]> granicus.if.org Git - sudo/commitdiff
display_bound_defaults now returns a count so make the stub
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 2010 11:47:27 +0000 (07:47 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sat, 4 Sep 2010 11:47:27 +0000 (07:47 -0400)
return 0, not 1.

--HG--
branch : 1.7

ldap.c

diff --git a/ldap.c b/ldap.c
index 6c7870265bfaad9d80d466cec90f1fdd996b9691..a8dfe81c26f5b3fd675dd0a3a824fcf500d306a9 100644 (file)
--- 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);
 }
 
 /*