The branch, v3-2-test has been updated
       via  b13f7e296a70e1280baae9f2f3156043c48bafa9 (commit)
      from  a2944e99825943f91d0260c218de06817acfcf51 (commit)

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


- Log -----------------------------------------------------------------
commit b13f7e296a70e1280baae9f2f3156043c48bafa9
Author: Jeremy Allison <[email protected]>
Date:   Thu Jan 15 15:54:07 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 5d9a239..80f079e 100644
--- a/source/web/statuspage.c
+++ b/source/web/statuspage.c
@@ -426,7 +426,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