summaryrefslogtreecommitdiff
path: root/source3/lib/replace.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-10-19 21:49:48 +0000
committerTim Potter <tpot@samba.org>2000-10-19 21:49:48 +0000
commit849f0d0fd0394463e1dc2367a5fabeff5f973afb (patch)
treec17d60730fd3ed7233b88fb21a41e9698d9ffcfb /source3/lib/replace.c
parentabf055046fe70842badc2a1904f2cd6966bafbf4 (diff)
downloadsamba-849f0d0fd0394463e1dc2367a5fabeff5f973afb.tar.gz
samba-849f0d0fd0394463e1dc2367a5fabeff5f973afb.tar.bz2
samba-849f0d0fd0394463e1dc2367a5fabeff5f973afb.zip
Fixed missing bracket on debug statement.
(This used to be commit 9328bc7b8a7d43ef0da47413f314f9943ea98847)
Diffstat (limited to 'source3/lib/replace.c')
-rw-r--r--source3/lib/replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace.c b/source3/lib/replace.c
index 8d91c2d785..bac0b7be9d 100644
--- a/source3/lib/replace.c
+++ b/source3/lib/replace.c
@@ -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;
}