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:
parent
26443e8c0b
commit
7029a2ee70
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user