Ignore:
Timestamp:
May 27, 2009, 9:09:42 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.8

Location:
branches/samba-3.2.x/source/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/web/statuspage.c

    r228 r232  
    427427        printf("<h3>%s</h3>\n", _("Open Files"));
    428428        printf("<table border=1>\n");
    429         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"));
     429        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",
     430                _("PID"), _("UID"), _("Sharing"), _("R/W"), _("Oplock"), _("File"), _("Date"));
    430431
    431432        locking_init_readonly();
  • branches/samba-3.2.x/source/web/swat.c

    r141 r232  
    475475
    476476        write_config(f, False);
    477         if (snum)
     477        if (snum >= 0)
    478478                lp_dump_one(f, False, snum);
    479479        fclose(f);
Note: See TracChangeset for help on using the changeset viewer.