diff options
author | Jeremy Allison <jra@samba.org> | 2007-01-13 22:26:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:08 -0500 |
commit | 618798276b409e924cda05a83d276313509388b4 (patch) | |
tree | bf46fb752e9edc7a8e3048a497f425f1b92685b4 /source3/profile | |
parent | 78fbb597c2101c57c214e6ec0f83285bcf0954eb (diff) | |
download | samba-618798276b409e924cda05a83d276313509388b4.tar.gz |
r20744: Fix the build (I missed some chkpth -> checkpath renames).
Jeremy.
(This used to be commit 89b7a0630de0bd95a56263b36d433b4e73517a70)
Diffstat (limited to 'source3/profile')
-rw-r--r-- | source3/profile/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/profile/profile.c b/source3/profile/profile.c index 187512333cc..fe03bc04a39 100644 --- a/source3/profile/profile.c +++ b/source3/profile/profile.c @@ -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 */ |