From 8a09d498b87bf8db0dec87f7c86f0ef5c8cc2459 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 4 Sep 2010 07:47:27 -0400 Subject: [PATCH] display_bound_defaults now returns a count so make the stub return 0, not 1. --HG-- branch : 1.7 --- ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /* -- 2.40.0