From 35537c1255e9508b77fd9d9def1ac96e423bee46 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 10 Feb 2005 06:36:30 +0000 Subject: r5302: fixed a compilation problem on solaris caused by the recent include changes (This used to be commit e7e015f79b10c353848a17f31c91a0593790a560) --- source4/param/loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 288bc3a38e..121821b542 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -2028,7 +2028,7 @@ static BOOL handle_include(const char *pszParmValue, char **ptr) string_set(ptr, fname); - if (file_exist(fname, NULL)) + if (file_exist(fname)) return (pm_process(fname, do_section, do_parameter)); DEBUG(2, ("Can't find include file %s\n", fname)); -- cgit