summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-01-13 22:10:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:07 -0500
commitab46f9cdd232cc08b4c2f57c3fe7add652f6ce38 (patch)
tree2e16799b6b0f49f04e9a3d9cb8ae474f9e5298ac /source3/include/smbprofile.h
parent165e08e8b1efa55b4548e1853a637e1696e4fd7b (diff)
downloadsamba-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/smbprofile.h')
-rw-r--r--source3/include/smbprofile.h6
1 files changed, 3 insertions, 3 deletions
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)