diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-07-23 11:18:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:54 -0500 |
commit | 3d12c53eb3bf5506b0661fbcaa0d36f90f847c65 (patch) | |
tree | 1fa8ce15188aa485b1c47aff24776dbbb16300b5 /source3/smbd/process.c | |
parent | de1c9f1f6d36282fc6d1a7f25a7d79b74a081160 (diff) | |
download | samba-3d12c53eb3bf5506b0661fbcaa0d36f90f847c65.tar.gz samba-3d12c53eb3bf5506b0661fbcaa0d36f90f847c65.tar.bz2 samba-3d12c53eb3bf5506b0661fbcaa0d36f90f847c65.zip |
r24002: Convert reply_negprot to the new API
(This used to be commit bd981f53282573058bf4c2939e0e836499cf38be)
Diffstat (limited to 'source3/smbd/process.c')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index ea8f37563b..5d37b43321 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -748,7 +748,7 @@ static const struct smb_message_struct { /* 0x6f */ { NULL, NULL, NULL, 0 }, /* 0x70 */ { "SMBtcon",reply_tcon,NULL,0}, /* 0x71 */ { "SMBtdis",reply_tdis,NULL,DO_CHDIR}, -/* 0x72 */ { "SMBnegprot",reply_negprot,NULL,0}, +/* 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}, |