git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e28cdc0
)
Cleanup format.
author
Martin Pool
<mbp@samba.org>
Thu, 3 Jan 2002 05:36:21 +0000
(
05:36
+0000)
committer
Martin Pool
<mbp@samba.org>
Thu, 3 Jan 2002 05:36:21 +0000
(
05:36
+0000)
(This used to be commit
a9b9ae47e1a11492f036b308c408c6a239a690f6
)
source3/utils/smbcontrol.c
patch
|
blob
|
history
diff --git
a/source3/utils/smbcontrol.c
b/source3/utils/smbcontrol.c
index 9be34b132db19afd3c8f189bacddc9b3f463ab69..3562caf532173179407f7f5452a024a70077c5bb 100644
(file)
--- a/
source3/utils/smbcontrol.c
+++ b/
source3/utils/smbcontrol.c
@@
-149,7
+149,7
@@
void profilelevel_function(int msg_type, pid_t src, void *buf, size_t len)
**/
static void pool_usage_cb(int msg_type, pid_t src_pid, void *buf, size_t len)
{
- printf("Got POOL_USAGE reply from pid%u:\n%.*s
\n
",
+ printf("Got POOL_USAGE reply from pid%u:\n%.*s",
(unsigned int) src_pid, (int) len, (const char *) buf);
}