Fix nasty bug that would come up only if a client connection to a remote
[ira/wip.git] / source4 / auth / gensec / gensec.h
index 2830297ffe4043fc31ae661aac1f5d90b27279c0..84fc26d1271fc778a62efb96b79cba91d55a3125 100644 (file)
@@ -174,6 +174,7 @@ struct gensec_security;
 struct socket_context;
 
 NTSTATUS gensec_socket_init(struct gensec_security *gensec_security,
+                           TALLOC_CTX *mem_ctx, 
                            struct socket_context *current_socket,
                            struct event_context *ev,
                            void (*recv_handler)(void *, uint16_t),