Changeset 478 for vendor/current/source3/libsmb
- Timestamp:
- Aug 2, 2010, 6:40:21 PM (15 years ago)
- Location:
- vendor/current/source3/libsmb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libsmb/cliconnect.c
r414 r478 1321 1321 uint8_t *bytes; 1322 1322 1323 *psmbreq = NULL; 1324 1323 1325 req = tevent_req_create(mem_ctx, &state, struct cli_tcon_andx_state); 1324 1326 if (req == NULL) { … … 1455 1457 if (req == NULL) { 1456 1458 return NULL; 1459 } 1460 if (subreq == NULL) { 1461 return req; 1457 1462 } 1458 1463 status = cli_smb_req_send(subreq); -
vendor/current/source3/libsmb/namequery_dc.c
r414 r478 109 109 domain, 110 110 sitename, 111 &ads->ldap.ss); 111 &ads->ldap.ss, 112 ads->config.ldap_server_name); 112 113 } else { 113 114 create_local_private_krb5_conf_for_domain(realm, 114 115 domain, 115 116 NULL, 116 &ads->ldap.ss); 117 &ads->ldap.ss, 118 ads->config.ldap_server_name); 117 119 } 118 120 }
Note:
See TracChangeset
for help on using the changeset viewer.