mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
Fixed missing bracket on debug statement.
This commit is contained in:
@@ -171,7 +171,7 @@ Corrections by richard.kettlewell@kewill.com
|
||||
char *gr;
|
||||
|
||||
if((grouplst = (gid_t *)malloc(sizeof(gid_t) * max_gr)) == NULL) {
|
||||
DEBUG(0,("initgroups: malloc fail !\n");
|
||||
DEBUG(0,("initgroups: malloc fail !\n"));
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user