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/clientgen.c

    r223 r370  
    409409        fstrcpy(cli->user_name, username);
    410410        pwd_set_cleartext(&cli->pwd, password);
    411         if (!*username) {
     411        if ((username == NULL) || (!*username)) {
    412412                cli->pwd.null_pwd = true;
    413413        }
Note: See TracChangeset for help on using the changeset viewer.