From ee762398852bb72666fa457d7a8c0b129983899c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 12 Jul 2011 09:26:53 +0200 Subject: s4:libcli/raw: s/SMBchkpth/SMBcheckpath metze --- source4/libcli/raw/rawfile.c | 2 +- source4/libcli/raw/smb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/libcli') diff --git a/source4/libcli/raw/rawfile.c b/source4/libcli/raw/rawfile.c index 1cacaab5cf..0b4ad9e929 100644 --- a/source4/libcli/raw/rawfile.c +++ b/source4/libcli/raw/rawfile.c @@ -933,7 +933,7 @@ struct smbcli_request *smb_raw_chkpath_send(struct smbcli_tree *tree, union smb_ { struct smbcli_request *req; - SETUP_REQUEST(SMBchkpth, 0, 0); + SETUP_REQUEST(SMBcheckpath, 0, 0); smbcli_req_append_ascii4(req, parms->chkpath.in.path, STR_TERMINATE); 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 */ -- cgit