summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-01-13 22:26:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:08 -0500
commit89b7a0630de0bd95a56263b36d433b4e73517a70 (patch)
tree150dea48f175aad256186a9912b8ff46c4861ef1 /source/utils
parentc154f430710a4646fac42774817dfed7b936b087 (diff)
downloadsamba-89b7a0630de0bd95a56263b36d433b4e73517a70.tar.gz
samba-89b7a0630de0bd95a56263b36d433b4e73517a70.tar.xz
samba-89b7a0630de0bd95a56263b36d433b4e73517a70.zip
r20744: Fix the build (I missed some chkpth -> checkpath renames).
Jeremy.
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/status_profile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/status_profile.c b/source/utils/status_profile.c
index 10084e6fe5d..9224fc176cb 100644
--- a/source/utils/status_profile.c
+++ b/source/utils/status_profile.c
@@ -181,8 +181,8 @@ BOOL status_profile_dump(BOOL verbose)
d_printf("ctemp_time: %u\n", profile_p->SMBctemp_time);
d_printf("mknew_count: %u\n", profile_p->SMBmknew_count);
d_printf("mknew_time: %u\n", profile_p->SMBmknew_time);
- d_printf("chkpth_count: %u\n", profile_p->SMBchkpth_count);
- d_printf("chkpth_time: %u\n", profile_p->SMBchkpth_time);
+ d_printf("checkpath_count: %u\n", profile_p->SMBcheckpath_count);
+ d_printf("checkpath_time: %u\n", profile_p->SMBcheckpath_time);
d_printf("exit_count: %u\n", profile_p->SMBexit_count);
d_printf("exit_time: %u\n", profile_p->SMBexit_time);
d_printf("lseek_count: %u\n", profile_p->SMBlseek_count);