diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-30 17:52:45 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2006-11-30 17:52:45 +0000 |
commit | 3c38a95f26742a77e664878517da8a6a3db7847e (patch) | |
tree | d47ffaab8099f1fc42a7e48c1f07f974d5f16c02 /server/protocol.c | |
parent | 3239c5ad583d149f656d99eaa46d2aa49611b4b0 (diff) |
implement a simple threading solution and move code from nslcd-server.c to nslcd.c
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@135 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'server/protocol.c')
-rw-r--r-- | server/protocol.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/protocol.c b/server/protocol.c index 9089156..f486c8f 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -50,7 +50,6 @@ #include "ldap-nss.h" #include "util.h" -#include "nslcd-server.h" #include "common.h" #include "log.h" |