Changeset 370 for branches/samba-3.3.x/source/libsmb/clientgen.c
- Timestamp:
- Jan 15, 2010, 8:23:30 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.3.x/source/libsmb/clientgen.c
r223 r370 409 409 fstrcpy(cli->user_name, username); 410 410 pwd_set_cleartext(&cli->pwd, password); 411 if ( !*username) {411 if ((username == NULL) || (!*username)) { 412 412 cli->pwd.null_pwd = true; 413 413 }
Note:
See TracChangeset
for help on using the changeset viewer.