summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-07-23 11:38:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:55 -0500
commitdb9f25c1c58cbf17b5b94d598126b019d9e7507e (patch)
tree6504de52c0964d6850588bdc4fdf00c00edbe7f6 /source3/smbd/process.c
parent3d12c53eb3bf5506b0661fbcaa0d36f90f847c65 (diff)
downloadsamba-db9f25c1c58cbf17b5b94d598126b019d9e7507e.tar.gz
samba-db9f25c1c58cbf17b5b94d598126b019d9e7507e.tar.bz2
samba-db9f25c1c58cbf17b5b94d598126b019d9e7507e.zip
r24003: Convert reply_tcon_and_X to the new API
(This used to be commit 9422385d9c018a0b1f2a0b2edd82dc574a9fb403)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r--source3/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c
index 5d37b43321..2cc8b3976b 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -751,7 +751,7 @@ static const struct smb_message_struct {
/* 0x72 */ { "SMBnegprot",NULL,reply_negprot,0},
/* 0x73 */ { "SMBsesssetupX",reply_sesssetup_and_X,NULL,0},
/* 0x74 */ { "SMBulogoffX", reply_ulogoffX,NULL, 0}, /* ulogoff doesn't give a valid TID */
-/* 0x75 */ { "SMBtconX",reply_tcon_and_X,NULL,0},
+/* 0x75 */ { "SMBtconX",NULL,reply_tcon_and_X,0},
/* 0x76 */ { NULL, NULL, NULL, 0 },
/* 0x77 */ { NULL, NULL, NULL, 0 },
/* 0x78 */ { NULL, NULL, NULL, 0 },