mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
removed comment line at end of file
This commit is contained in:
parent
ef9749798a
commit
5e2fc8b7cc
@ -567,7 +567,10 @@ static void usage(char *pname)
|
||||
|
||||
charset_initialise();
|
||||
|
||||
if(!initialize_password_db())
|
||||
if(!initialise_group_db())
|
||||
exit(1);
|
||||
|
||||
if(!initialise_password_db())
|
||||
exit(1);
|
||||
|
||||
#ifdef LMHOSTSFILE
|
||||
@ -768,4 +771,3 @@ static void usage(char *pname)
|
||||
return(0);
|
||||
} /* main */
|
||||
|
||||
/* ========================================================================== */
|
||||
|
@ -983,4 +983,3 @@ BOOL name_map_mangle(char *OutName, BOOL need83, int snum)
|
||||
return(True);
|
||||
} /* name_map_mangle */
|
||||
|
||||
/* ========================================================================== */
|
||||
|
Loading…
Reference in New Issue
Block a user