From: Todd C. Miller Date: Fri, 30 Mar 2012 19:36:04 +0000 (-0400) Subject: fix typo in last commit X-Git-Tag: SUDO_1_7_9p1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=73def175684f4f8b2a7e97fb86dca1f8c2dd1c54;p=sudo fix typo in last commit --HG-- branch : 1.7 --- diff --git a/ldap.c b/ldap.c index 5af0c82ad..35c13159b 100644 --- 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;