From: Jeremy Allison Date: Thu, 15 Jan 2009 23:55:17 +0000 (-0800) Subject: Fix bug #6040 - Missing header in Status page. X-Git-Tag: samba-4.0.0alpha6~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=660d7794b67c1af9d699e5f99b9e5275b06ad67b;p=thirdparty%2Fsamba.git Fix bug #6040 - Missing header in Status page. Based on a patch from pkg-samba-maint@lists.alioth.debian.org. Jeremy. --- diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c index cb8485a6ebb..7dd1cf55cc0 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);
%s%s%s%s%s%s
%s%s%s%s%s%s%s