1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r15526: Avoid double \n.

Guenther
(This used to be commit 3546187bb4a74b14071e2c23561e70e57ad13e86)
This commit is contained in:
Günther Deschner 2006-05-10 11:39:54 +00:00 committed by Gerald (Jerry) Carter
parent 26443e8c0b
commit 7029a2ee70

View File

@ -624,7 +624,7 @@ static const char *collect_onlinestatus(TALLOC_CTX *mem_ctx)
buf = talloc_asprintf_append(buf, "\n");
DEBUG(5,("collect_onlinestatus: %s\n", buf));
DEBUG(5,("collect_onlinestatus: %s", buf));
return buf;
}