summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-09-24 05:33:11 +0200
committerVolker Lendecke <vl@samba.org>2011-09-26 14:59:12 +0200
commit425b93ef6920367494ac773592b473802e59a471 (patch)
treec55584023b024e75b96709b7fee27064a5aa2f30 /source3/smbd/proto.h
parent649437af3db39d4c5fd9807066619ee9d7f05985 (diff)
downloadsamba-425b93ef6920367494ac773592b473802e59a471.tar.gz
samba-425b93ef6920367494ac773592b473802e59a471.tar.bz2
samba-425b93ef6920367494ac773592b473802e59a471.zip
s3: Remove the smbd_server_conn ref from create_conn_struct
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 3d0665deaf..ab7d0a8013 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -475,6 +475,7 @@ 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,