diff options
author | Jeremy Allison <jra@samba.org> | 2007-04-16 20:06:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:24 -0500 |
commit | b1842fd29432220b99cbaf0ba1a3bc24994c3596 (patch) | |
tree | 4440916c11708a1e4a71d51969009f137744648e /source3/web/statuspage.c | |
parent | 5a22df2a5c088791116bedcbee3d33b1d7f42746 (diff) | |
download | samba-b1842fd29432220b99cbaf0ba1a3bc24994c3596.tar.gz |
r22282: Fix last few name -> servicename changes.
Jeremy.
(This used to be commit f5c22f26f7ec7e8139fbf11a75820336db3d55c0)
Diffstat (limited to 'source3/web/statuspage.c')
-rw-r--r-- | source3/web/statuspage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index a88e5debd0e..e4d726c4fd2 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -230,7 +230,7 @@ static int traverse_fn3(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf, void* st return 0; printf("<tr><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td><td>%s</td></tr>\n", - crec.name,uidtoname(crec.uid), + crec.servicename,uidtoname(crec.uid), gidtoname(crec.gid),procid_str_static(&crec.pid), crec.machine, tstring(crec.start)); |