tags 51275 patch
thanks

The attached patch has been proposed upstream for this bug...


-- 


--- statuspage.c.old    2009-01-13 20:50:29.911036978 +0100
+++ statuspage.c        2009-01-13 20:50:45.367032881 +0100
@@ -427,7 +427,7 @@
 
        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></tr>\n",
 _("PID"), _("UID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date"));
 
        locking_init_readonly();
        share_mode_forall(print_share_mode, NULL);

Attachment: signature.asc
Description: Digital signature

Reply via email to