Changeset 232 for branches/samba-3.2.x/source/winbindd/winbindd_util.c
- Timestamp:
- May 27, 2009, 9:09:42 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/winbindd/winbindd_util.c
r228 r232 507 507 { 508 508 time_t now = time(NULL); 509 509 510 /* Check that we allow trusted domains at all */ 511 if (!lp_allow_trusted_domains()) 512 return; 513 510 514 /* see if the time has come... */ 511 515 … … 763 767 DOM_SID dom_sid; 764 768 uint32 rid; 765 769 770 /* Check if we even care */ 771 772 if (!lp_allow_trusted_domains()) 773 return; 774 766 775 domain = find_domain_from_name_noinit( name ); 767 776 if ( domain )
Note:
See TracChangeset
for help on using the changeset viewer.