diff options
author | Michael Adam <obnox@samba.org> | 2014-02-02 14:05:39 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-03 13:26:34 +1300 |
commit | 3e8d02be8ef9b4c0e3cacf20f2c103dc07c1b531 (patch) | |
tree | fea462acd10945c9103e2959e4349bc77e315f04 /lib/param/param_functions.c | |
parent | d85bab275aa3794cefd838bbf1516ea63ed668fc (diff) | |
download | samba-3e8d02be8ef9b4c0e3cacf20f2c103dc07c1b531.tar.gz samba-3e8d02be8ef9b4c0e3cacf20f2c103dc07c1b531.tar.xz samba-3e8d02be8ef9b4c0e3cacf20f2c103dc07c1b531.zip |
loadparm: rename the variable for "path" from pathname to path
for consistency docs/variable/function.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 868bef3e2b..4596eed02c 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -27,7 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -FN_LOCAL_STRING(path, pathname) +FN_LOCAL_STRING(path, path) FN_LOCAL_LIST(hostsallow, hostsallow) FN_LOCAL_LIST(hostsdeny, hostsdeny) FN_LOCAL_STRING(fstype, fstype) |