Ignore:
Timestamp:
Apr 10, 2007, 7:27:38 AM (18 years ago)
Author:
Paul Smedley
Message:

Updated source to 3.0.25rc1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/source/rpcclient/cmd_spoolss.c

    r1 r26  
    277277static void display_print_info_3(PRINTER_INFO_3 *i3)
    278278{
    279         printf("\tflags:[0x%x]\n", i3->flags);
    280 
    281279        display_sec_desc(i3->secdesc);
    282280
     
    25742572        }
    25752573       
    2576         if ( (ctr1.printers_3->flags != ctr1.printers_3->flags ) || !sec_desc_equal( sd1, sd2 ) ) {
     2574        if (!sec_desc_equal( sd1, sd2 ) ) {
    25772575                printf("Security Descriptors *not* equal!\n");
    25782576                result = False;
Note: See TracChangeset for help on using the changeset viewer.