summaryrefslogtreecommitdiff
path: root/source4/ldap_server/ldap_server.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-12-08 10:23:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:12 -0500
commite246a067515b1fdb725ca1f8e7b406cc84a89e81 (patch)
treeb12f8b4cf4a681bef53ed90be035022d949b1906 /source4/ldap_server/ldap_server.h
parent7eb3fc533d7016bc0f20adbc805a0fd926c783b4 (diff)
downloadsamba-e246a067515b1fdb725ca1f8e7b406cc84a89e81.tar.gz
samba-e246a067515b1fdb725ca1f8e7b406cc84a89e81.tar.bz2
samba-e246a067515b1fdb725ca1f8e7b406cc84a89e81.zip
r12126: get rid of the local ->terminate hacks, we do that genericly now
metze (This used to be commit a7baf165c10c00096265b790d5362905c527806a)
Diffstat (limited to 'source4/ldap_server/ldap_server.h')
-rw-r--r--source4/ldap_server/ldap_server.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/ldap_server/ldap_server.h b/source4/ldap_server/ldap_server.h
index 4e0abb4f06..a2039fe7f1 100644
--- a/source4/ldap_server/ldap_server.h
+++ b/source4/ldap_server/ldap_server.h
@@ -33,9 +33,6 @@ struct ldapsrv_connection {
/* are we using gensec wrapping? */
BOOL enable_wrap;
- /* connection should be terminated if non-null */
- const char *terminate;
-
struct packet_context *packet;
};