Ignore:
Timestamp:
Jan 15, 2010, 8:23:30 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.10 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libsmb/clidfs.c

    r223 r370  
    236236                }
    237237                d_printf("Anonymous login successful\n");
     238                cli_init_creds(c, "", lp_workgroup(), "");
     239        } else {
     240                cli_init_creds(c, username, lp_workgroup(), password);
    238241        }
    239242
Note: See TracChangeset for help on using the changeset viewer.