1
0
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:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent ef9749798a
commit 5e2fc8b7cc
2 changed files with 4 additions and 3 deletions

View File

@ -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 */
/* ========================================================================== */

View File

@ -983,4 +983,3 @@ BOOL name_map_mangle(char *OutName, BOOL need83, int snum)
return(True);
} /* name_map_mangle */
/* ========================================================================== */