r20744: Fix the build (I missed some chkpth -> checkpath renames).
authorJeremy Allison <jra@samba.org>
Sat, 13 Jan 2007 22:26:46 +0000 (22:26 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:08 +0000 (12:17 -0500)
Jeremy.
(This used to be commit 89b7a0630de0bd95a56263b36d433b4e73517a70)

source3/libsmb/clifile.c
source3/profile/profile.c
source3/utils/status_profile.c

index ad84ec03244fcaa75f538e6188bff3766714923a..2ebd960d81f4673163917ac2a151413cad258b3d 100644 (file)
@@ -1372,7 +1372,7 @@ BOOL cli_chkpath(struct cli_state *cli, const char *path)
        
        memset(cli->outbuf,'\0',smb_size);
        set_message(cli->outbuf,0,0,True);
-       SCVAL(cli->outbuf,smb_com,SMBchkpth);
+       SCVAL(cli->outbuf,smb_com,SMBcheckpath);
        SSVAL(cli->outbuf,smb_tid,cli->cnum);
        cli_setup_packet(cli);
        p = smb_buf(cli->outbuf);
index 187512333ccc83f9ca5df256a605265bd74db4a4..fe03bc04a390bd0cd9484cb62d43d1dd178a132a 100644 (file)
@@ -312,7 +312,7 @@ BOOL profile_setup(BOOL rdonly)
            "SMBunlock",        /* PR_VALUE_SMBUNLOCK */
            "SMBctemp",         /* PR_VALUE_SMBCTEMP */
            "SMBmknew",         /* PR_VALUE_SMBMKNEW */
-           "SMBchkpth",        /* PR_VALUE_SMBCHKPTH */
+           "SMBcheckpath",     /* PR_VALUE_SMBCHECKPATH */
            "SMBexit",          /* PR_VALUE_SMBEXIT */
            "SMBlseek",         /* PR_VALUE_SMBLSEEK */
            "SMBlockread",              /* PR_VALUE_SMBLOCKREAD */
index 10084e6fe5d643912fac594dc1c5c0fc64a7837e..9224fc176cb1362242168feb3697f00c85c6fd88 100644 (file)
@@ -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);