summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/smb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-12 09:26:53 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-12 16:50:55 +0200
commitee762398852bb72666fa457d7a8c0b129983899c (patch)
tree86da7c56519cc1d0fff3a724ff9f65f1f8e9df29 /source4/libcli/raw/smb.h
parent110bf317d8459d4b93f39f789a21b5e74f045ff7 (diff)
downloadsamba-ee762398852bb72666fa457d7a8c0b129983899c.tar.gz
samba-ee762398852bb72666fa457d7a8c0b129983899c.tar.bz2
samba-ee762398852bb72666fa457d7a8c0b129983899c.zip
s4:libcli/raw: s/SMBchkpth/SMBcheckpath
metze
Diffstat (limited to 'source4/libcli/raw/smb.h')
-rw-r--r--source4/libcli/raw/smb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h
index ee22ae097c..b9b658482f 100644
--- a/source4/libcli/raw/smb.h
+++ b/source4/libcli/raw/smb.h
@@ -266,7 +266,7 @@
#define SMBunlock 0x0D /* unlock byte range */
#define SMBctemp 0x0E /* create temporary file */
#define SMBmknew 0x0F /* make new file */
-#define SMBchkpth 0x10 /* check directory path */
+#define SMBcheckpath 0x10 /* check directory path */
#define SMBexit 0x11 /* process exit */
#define SMBlseek 0x12 /* seek */
#define SMBtcon 0x70 /* tree connect */