summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2007-08-14 16:04:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:29:44 -0500
commitfe502551c32263ef6faed26ee691aa1586f75104 (patch)
tree8eaab58cbfd9a63921f12df0a4fa3eaaffef51dd /source3/smbd/process.c
parentdee4ab15338841469729c794275eea158079e076 (diff)
downloadsamba-fe502551c32263ef6faed26ee691aa1586f75104.tar.gz
samba-fe502551c32263ef6faed26ee691aa1586f75104.tar.bz2
samba-fe502551c32263ef6faed26ee691aa1586f75104.zip
r24423: Convert reply_lseek to the new API
(This used to be commit bd228853863ce5b4b9b974347c50c956d7f2e055)
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 1241741449..fe6da4b265 100644
--- a/source3/smbd/process.c
+++ b/source3/smbd/process.c
@@ -708,7 +708,7 @@ static const struct smb_message_struct {
/* 0x0f */ { "SMBmknew",NULL,reply_mknew,AS_USER},
/* 0x10 */ { "SMBcheckpath",NULL,reply_checkpath,AS_USER},
/* 0x11 */ { "SMBexit",NULL,reply_exit,DO_CHDIR},
-/* 0x12 */ { "SMBlseek",reply_lseek,NULL,AS_USER},
+/* 0x12 */ { "SMBlseek",NULL,reply_lseek,AS_USER},
/* 0x13 */ { "SMBlockread",reply_lockread,NULL,AS_USER},
/* 0x14 */ { "SMBwriteunlock",reply_writeunlock,NULL,AS_USER},
/* 0x15 */ { NULL, NULL, NULL, 0 },