summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:16 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:42 -0800
commit1abe45faac1454662ad0272f5511cf6cc93eecb0 (patch)
treeb672b0cd54ff1ace293c0124742a9f60e656c884 /lib/param/param_functions.c
parent50cc510584f0a97175c563a96bd641ead874dc93 (diff)
downloadsamba-1abe45faac1454662ad0272f5511cf6cc93eecb0.tar.gz
samba-1abe45faac1454662ad0272f5511cf6cc93eecb0.tar.xz
samba-1abe45faac1454662ad0272f5511cf6cc93eecb0.zip
param: Rename variable used for lp_pathname szPath
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_functions.c')
-rw-r--r--lib/param/param_functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 151c8b9f1e..350266ca36 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(pathname, szPath)
+FN_LOCAL_STRING(pathname, pathname)
FN_LOCAL_LIST(hostsallow, szHostsallow)
FN_LOCAL_LIST(hostsdeny, szHostsdeny)
FN_LOCAL_STRING(fstype, fstype)