1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

fix compile error

(This used to be commit c946c6bbc8192f5f0f3706d1b4a6cca0a994f36b)
This commit is contained in:
Gerald Carter 2001-12-31 02:04:08 +00:00
parent 8d8484dc30
commit 871f1791c6

View File

@ -652,7 +652,7 @@ static int import_users (char *filename)
int main (int argc, char **argv)
{
int ch;
static pstring servicesf = CONFIGFILE;
static pstring servicesf;
BOOL list_users = False;
BOOL verbose = False;
BOOL spstyle = False;
@ -669,6 +669,8 @@ int main (int argc, char **argv)
char *profile_path = NULL;
char *smbpasswd = NULL;
pstrcpy(servicesf, dyn_CONFIGFILE);
TimeInit();
setup_logging("pdbedit", True);