The branch, v3-3-test has been updated
       via  3764e6ed2a683a69706d7654e46b998de9294883 (commit)
      from  2ccc176bf8ab7490eb3be818776c1e20b2f153a9 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 3764e6ed2a683a69706d7654e46b998de9294883
Author: Jeremy Allison <[email protected]>
Date:   Thu Jan 15 15:55:29 2009 -0800

    Fix bug #6040 -  Missing <th> header in Status page.
    Based on a patch from [email protected].
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/web/statuspage.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/web/statuspage.c b/source/web/statuspage.c
index e684a07..8070ae7 100644
--- a/source/web/statuspage.c
+++ b/source/web/statuspage.c
@@ -427,7 +427,8 @@ void status_page(void)
 
        printf("<h3>%s</h3>\n", _("Open Files"));
        printf("<table border=1>\n");
-       
printf("<tr><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th></tr>\n",
 _("PID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date"));
+       
printf("<tr><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th><th>%s</th></tr>\n",
+               _("PID"), _("UID"), _("Sharing"), _("R/W"), _("Oplock"), 
_("File"), _("Date"));
 
        locking_init_readonly();
        share_mode_forall(print_share_mode, NULL);


-- 
Samba Shared Repository

Reply via email to