1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r12126: get rid of the local ->terminate hacks, we do that genericly now

metze
(This used to be commit a7baf165c1)
This commit is contained in:
Stefan Metzmacher
2005-12-08 10:23:56 +00:00
committed by Gerald (Jerry) Carter
parent 7eb3fc533d
commit e246a06751
4 changed files with 19 additions and 54 deletions

View File

@ -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;
};