summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-23 12:01:03 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-23 12:01:03 +0000
commit48028bfbea62ff639bae8b95a860c4e6c6b24da9 (patch)
tree9f3ab9580e1e81cbd5aa8a517f81f528f9d22715
parent24ba2f96b5b4bb052a5d13f7cc12520772688606 (diff)
align comments
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@21 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--ldap-nss.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ldap-nss.h b/ldap-nss.h
index 2fae7da..c2bf8e3 100644
--- a/ldap-nss.h
+++ b/ldap-nss.h
@@ -476,10 +476,10 @@ struct ldap_state
struct ent_context
{
struct ldap_state ec_state; /* eg. for services */
- int ec_msgid; /* message ID */
- LDAPMessage *ec_res; /* result chain */
- struct ldap_service_search_descriptor *ec_sd; /* current sd */
- struct berval *ec_cookie; /* cookie for paged searches */
+ int ec_msgid; /* message ID */
+ LDAPMessage *ec_res; /* result chain */
+ struct ldap_service_search_descriptor *ec_sd; /* current sd */
+ struct berval *ec_cookie; /* cookie for paged searches */
};
struct name_list