mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
@ -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);
|
||||||
|
Reference in New Issue
Block a user