From: Todd C. Miller Date: Sat, 4 Sep 2010 11:47:27 +0000 (-0400) Subject: display_bound_defaults now returns a count so make the stub X-Git-Tag: SUDO_1_7_5~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a09d498b87bf8db0dec87f7c86f0ef5c8cc2459;p=sudo display_bound_defaults now returns a count so make the stub return 0, not 1. --HG-- branch : 1.7 --- diff --git a/ldap.c b/ldap.c index 6c7870265..a8dfe81c2 100644 --- a/ldap.c +++ b/ldap.c @@ -1269,7 +1269,7 @@ sudo_ldap_display_bound_defaults(nss, pw, lbuf) struct passwd *pw; struct lbuf *lbuf; { - return(1); + return(0); } /*