Ignore:
Timestamp:
Jun 29, 2011, 7:36:41 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/utils/net_rpc_printer.c

    r427 r587  
    755755        NTSTATUS status;
    756756        struct spoolss_SetPrinterInfoCtr info_ctr;
     757
    757758        struct spoolss_DevmodeContainer devmode_ctr;
    758759        struct sec_desc_buf secdesc_ctr;
     
    774775                break;
    775776        case 2:
    776                 info_ctr.info.info2 = (struct spoolss_SetPrinterInfo2 *)
    777                         (void *)&info->info2;
     777               
     778                info2;
    778779                break;
    779780        case 3:
     
    20452046        for (i = 0; i < num_printers; i++) {
    20462047
     2048
     2049
    20472050                /* do some initialization */
    20482051                printername = info_enum[i].info2.printername;
     
    20962099
    20972100                info_ctr.level = level;
    2098                 info_ctr.info.info2 = (struct spoolss_SetPrinterInfo2 *)
    2099                         (void *)&info_src.info2;
     2101               
     2102                info2;
    21002103
    21012104                result = rpccli_spoolss_addprinterex(pipe_hnd_dst,
Note: See TracChangeset for help on using the changeset viewer.