Changeset 232 for branches/samba-3.2.x/source/web
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- 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 427 427 printf("<h3>%s</h3>\n", _("Open Files")); 428 428 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")); 430 431 431 432 locking_init_readonly(); -
branches/samba-3.2.x/source/web/swat.c
r141 r232 475 475 476 476 write_config(f, False); 477 if (snum )477 if (snum >= 0) 478 478 lp_dump_one(f, False, snum); 479 479 fclose(f);
Note:
See TracChangeset
for help on using the changeset viewer.