summaryrefslogtreecommitdiffstats
path: root/source/libsmb
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-01-13 22:26:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:08 -0500
commit89b7a0630de0bd95a56263b36d433b4e73517a70 (patch)
tree150dea48f175aad256186a9912b8ff46c4861ef1 /source/libsmb
parentc154f430710a4646fac42774817dfed7b936b087 (diff)
downloadsamba-89b7a0630de0bd95a56263b36d433b4e73517a70.tar.gz
samba-89b7a0630de0bd95a56263b36d433b4e73517a70.tar.xz
samba-89b7a0630de0bd95a56263b36d433b4e73517a70.zip
r20744: Fix the build (I missed some chkpth -> checkpath renames).
Jeremy.
Diffstat (limited to 'source/libsmb')
-rw-r--r--source/libsmb/clifile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libsmb/clifile.c b/source/libsmb/clifile.c
index ad84ec03244..2ebd960d81f 100644
--- a/source/libsmb/clifile.c
+++ b/source/libsmb/clifile.c
@@ -1372,7 +1372,7 @@ BOOL cli_chkpath(struct cli_state *cli, const char *path)
memset(cli->outbuf,'\0',smb_size);
set_message(cli->outbuf,0,0,True);
- SCVAL(cli->outbuf,smb_com,SMBchkpth);
+ SCVAL(cli->outbuf,smb_com,SMBcheckpath);
SSVAL(cli->outbuf,smb_tid,cli->cnum);
cli_setup_packet(cli);
p = smb_buf(cli->outbuf);