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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/raw/rawfile.c') 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); -- cgit