Changeset 26 for trunk/samba/source/rpcclient/cmd_spoolss.c
- Timestamp:
- Apr 10, 2007, 7:27:38 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/source/rpcclient/cmd_spoolss.c
r1 r26 277 277 static void display_print_info_3(PRINTER_INFO_3 *i3) 278 278 { 279 printf("\tflags:[0x%x]\n", i3->flags);280 281 279 display_sec_desc(i3->secdesc); 282 280 … … 2574 2572 } 2575 2573 2576 if ( (ctr1.printers_3->flags != ctr1.printers_3->flags ) ||!sec_desc_equal( sd1, sd2 ) ) {2574 if (!sec_desc_equal( sd1, sd2 ) ) { 2577 2575 printf("Security Descriptors *not* equal!\n"); 2578 2576 result = False;
Note:
See TracChangeset
for help on using the changeset viewer.