]> granicus.if.org Git - sudo/commitdiff
fix typo in last commit
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2012 19:36:04 +0000 (15:36 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 30 Mar 2012 19:36:04 +0000 (15:36 -0400)
--HG--
branch : 1.7

ldap.c

diff --git a/ldap.c b/ldap.c
index 5af0c82ad7dc78ba0af4b70060e50bf05386b189..35c13159b946b7f5e558618e36d723a46ef5a823 100644 (file)
--- a/ldap.c
+++ b/ldap.c
@@ -2206,8 +2206,8 @@ sudo_ldap_open(nss)
     handle = ecalloc(1, sizeof(struct sudo_ldap_handle));
     handle->ld = ld;
     /* handle->result = NULL; */
-    /* handle->username = NULL; *
-    /* handle->groups = NULL; *
+    /* handle->username = NULL; */
+    /* handle->groups = NULL; */
     nss->handle = handle;
 
     return 0;