Changeset 158 for branches/samba-3.0/source/utils/net.c
- Timestamp:
- Sep 30, 2008, 7:14:08 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/utils/net.c
r140 r158 497 497 } 498 498 499 if (opt_user_name && opt_password) {499 if (opt_user_name) { 500 500 nt_status = connect_to_ipc(&cli, &server_ip, server_name); 501 501 if (NT_STATUS_IS_OK(nt_status)) {
Note:
See TracChangeset
for help on using the changeset viewer.