From: Todd C. Miller Date: Sat, 5 Jan 2008 21:27:02 +0000 (+0000) Subject: comment cleanup and update (c) year X-Git-Tag: SUDO_1_7_0~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=055bda6261a7865d7de1be103f60f49053b5e39a;p=sudo comment cleanup and update (c) year --- diff --git a/sudo.c b/sudo.c index a34391997..48e296b3a 100644 --- a/sudo.c +++ b/sudo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1993-1996,1998-2005 Todd C. Miller + * Copyright (c) 1993-1996,1998-2008 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -336,17 +336,7 @@ main(argc, argv, envp) tq_foreach_fwd(snl, nss) { validated = nss->lookup(nss, validated, pwflag); -/* - VALIDATE_OK - VALIDATE_NOT_OK - FLAG_CHECK_USER - FLAG_NO_USER - FLAG_NO_HOST - FLAG_NO_CHECK -*/ - /* Handle [NOTFOUND=return] */ - /* XXX - no longer a valid check due to inheriting validated */ if (!ISSET(validated, VALIDATE_OK) && nss->ret_notfound) break; }