diff options
Diffstat (limited to 'server/group.c')
-rw-r--r-- | server/group.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/group.c b/server/group.c index 7eaf4a4..016df82 100644 --- a/server/group.c +++ b/server/group.c @@ -749,7 +749,7 @@ do_parse_initgroups_nested (LDAPMessage * e, groupdn = _nss_ldap_get_dn (e); if (groupdn != NULL) { - /* Note: there was a problem here with stat in the orriginal code */ + /* Note: there was a problem here with stat in the orriginal code */ lia->depth++; status = ng_chase (groupdn, lia); lia->depth--; |