From a92f7176bd7f198a547952142b7d361a9b4e9146 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 23 May 2012 13:06:55 +0200 Subject: s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection' metze --- source3/smbd/proto.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'source3/smbd/proto.h') diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index 4dc63cc7fb..f8a8281806 100644 --- a/source3/smbd/proto.h +++ b/source3/smbd/proto.h @@ -480,12 +480,13 @@ NTSTATUS resolve_dfspath_wcard(TALLOC_CTX *ctx, char **pp_name_out, bool *ppath_contains_wcard); NTSTATUS create_conn_struct(TALLOC_CTX *ctx, - struct smbd_server_connection *sconn, - connection_struct **pconn, - int snum, - const char *path, - const struct auth_session_info *session_info, - char **poldcwd); + struct tevent_context *ev, + struct messaging_context *msg, + connection_struct **pconn, + int snum, + const char *path, + const struct auth_session_info *session_info, + char **poldcwd); /* The following definitions come from smbd/negprot.c */ -- cgit