Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/printing/notify.c

    r206 r223  
    395395        /* Printer status stored in value1 */
    396396
     397        int snum = print_queue_snum(sharename);
     398
    397399        send_notify_field_values(sharename, PRINTER_NOTIFY_TYPE,
    398                                  PRINTER_NOTIFY_STATUS, 0,
     400                                 PRINTER_NOTIFY_STATUS, snum,
    399401                                 status, 0, 0);
    400402}
Note: See TracChangeset for help on using the changeset viewer.