diff options
author | Jeremy Allison <jra@samba.org> | 2007-01-13 22:10:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:07 -0500 |
commit | ab46f9cdd232cc08b4c2f57c3fe7add652f6ce38 (patch) | |
tree | 2e16799b6b0f49f04e9a3d9cb8ae474f9e5298ac /source3/include | |
parent | 165e08e8b1efa55b4548e1853a637e1696e4fd7b (diff) | |
download | samba-ab46f9cdd232cc08b4c2f57c3fe7add652f6ce38.tar.gz samba-ab46f9cdd232cc08b4c2f57c3fe7add652f6ce38.tar.bz2 samba-ab46f9cdd232cc08b4c2f57c3fe7add652f6ce38.zip |
r20742: Rename chkpth -> checkpath for sanity's sake :-).
Start removing unneeded "BOOL ok" from this reply.c
(this logic is old, old, old..... :-).
Jeremy.
(This used to be commit 3d52268095c605a80dfcd371769198a332baa0a5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 | ||||
-rw-r--r-- | source3/include/smbprofile.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index c8126c43c3..c029e09120 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -943,7 +943,7 @@ struct bitmap { #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 */ diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 39f02ec9f5..867f87515e 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -266,9 +266,9 @@ enum profile_stats_values #define SMBmknew_count __profile_stats_value(PR_VALUE_SMBMKNEW, count) #define SMBmknew_time __profile_stats_value(PR_VALUE_SMBMKNEW, time) - PR_VALUE_SMBCHKPTH, -#define SMBchkpth_count __profile_stats_value(PR_VALUE_SMBCHKPTH, count) -#define SMBchkpth_time __profile_stats_value(PR_VALUE_SMBCHKPTH, time) + PR_VALUE_SMBCHECKPATH, +#define SMBcheckpath_count __profile_stats_value(PR_VALUE_SMBCHECKPATH, count) +#define SMBcheckpath_time __profile_stats_value(PR_VALUE_SMBCHECKPATH, time) PR_VALUE_SMBEXIT, #define SMBexit_count __profile_stats_value(PR_VALUE_SMBEXIT, count) |