]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r5462: BUG 1549: patch from SATOH Fumiyasu <fumiya@samba.gr.jp> to fix trunction...
authorGerald Carter <jerry@samba.org>
Sat, 19 Feb 2005 16:40:19 +0000 (16:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:41 +0000 (10:55 -0500)
source/utils/status.c

index cae4e07975a5653ef52fb21728a9e37e07175d17..75e7cb3de71d2f56d1aee54dde5843c52398d994 100644 (file)
@@ -541,7 +541,7 @@ static int traverse_fn1(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, void *st
                return 0;
        }
 
-       d_printf("%-10.10s   %5d   %-12s  %s",
+       d_printf("%-10s   %5d   %-12s  %s",
               crec.name,(int)crec.pid,
               crec.machine,
               asctime(LocalTime(&crec.start)));