1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-30 17:49:30 +03:00

fix compile error

(This used to be commit c946c6bbc8)
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 main (int argc, char **argv)
{ {
int ch; int ch;
static pstring servicesf = CONFIGFILE; static pstring servicesf;
BOOL list_users = False; BOOL list_users = False;
BOOL verbose = False; BOOL verbose = False;
BOOL spstyle = False; BOOL spstyle = False;
@ -669,6 +669,8 @@ int main (int argc, char **argv)
char *profile_path = NULL; char *profile_path = NULL;
char *smbpasswd = NULL; char *smbpasswd = NULL;
pstrcpy(servicesf, dyn_CONFIGFILE);
TimeInit(); TimeInit();
setup_logging("pdbedit", True); setup_logging("pdbedit", True);