summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-15 10:29:47 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:49 -0500
commit716e01d97e91227a0d03cbd5e74e4a36efc223eb (patch)
tree179d7b1d1e3fc1f389c47d763ed39892c589fc21 /source3/smbd/process.c
parent24f42c5cefff01cc69118cb714a053cddb68e4d9 (diff)
downloadsamba-716e01d97e91227a0d03cbd5e74e4a36efc223eb.tar.gz
samba-716e01d97e91227a0d03cbd5e74e4a36efc223eb.tar.bz2
samba-716e01d97e91227a0d03cbd5e74e4a36efc223eb.zip
r24457: Convert reply_tcon to the new API
Jeremy, I really apologize for doing this, but I just wanted to enjoy converting the last SMB call :-) I've left one little task for you there, I'm not certain that checking the inbuf length is correct here. Volker (This used to be commit 1e08fddafda11961f8855423b29c1f8a9a6b4457)
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 e64a18a196..bf86603924 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -802,7 +802,7 @@ static const struct smb_message_struct {
/* 0x6d */ { NULL, NULL, NULL, 0 },
/* 0x6e */ { NULL, NULL, NULL, 0 },
/* 0x6f */ { NULL, NULL, NULL, 0 },
-/* 0x70 */ { "SMBtcon",reply_tcon,NULL,0},
+/* 0x70 */ { "SMBtcon",NULL,reply_tcon,0},
/* 0x71 */ { "SMBtdis",NULL,reply_tdis,DO_CHDIR},
/* 0x72 */ { "SMBnegprot",NULL,reply_negprot,0},
/* 0x73 */ { "SMBsesssetupX",NULL,reply_sesssetup_and_X,0},