From 660d7794b67c1af9d699e5f99b9e5275b06ad67b Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 15 Jan 2009 15:55:17 -0800 Subject: Fix bug #6040 - Missing header in Status page. Based on a patch from pkg-samba-maint@lists.alioth.debian.org. Jeremy. --- source3/web/statuspage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/web/statuspage.c') diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index cb8485a6eb..7dd1cf55cc 100644 --- a/source3/web/statuspage.c +++ b/source3/web/statuspage.c @@ -427,7 +427,8 @@ void status_page(void) printf("

%s

\n", _("Open Files")); printf("\n"); - printf("\n", _("PID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date")); + printf("\n", + _("PID"), _("UID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date")); locking_init_readonly(); share_mode_forall(print_share_mode, NULL); -- cgit
%s%s%s%s%s%s
%s%s%s%s%s%s%s