Ignore:
Timestamp:
May 23, 2008, 6:56:41 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.29

Location:
branches/samba-3.0/source/rpcclient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/rpcclient/cmd_spoolss.c

    r39 r134  
    26172617        fstrcpy( printername, argv[1] );
    26182618       
    2619         fstr_sprintf( servername1, cli->cli->desthost );
     2619        fstrcpy( servername1, cli->cli->desthost );
    26202620        fstrcpy( servername2, argv[2] );
    26212621        strupper_m( servername1 );
  • branches/samba-3.0/source/rpcclient/rpcclient.c

    r124 r134  
    569569
    570570                if (cmd_entry->pipe_idx == PI_NETLOGON) {
    571                         uint32 neg_flags = NETLOGON_NEG_SELECT_AUTH2_FLAGS;
     571                        uint32_t neg_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS;
    572572                        uint32 sec_channel_type;
    573573                        uchar trust_password[16];
Note: See TracChangeset for help on using the changeset viewer.