--------------------- PatchSet 10859 Date: 2009/09/20 08:56:58 Author: serassio Branch: nt Tag: (none) Log: Ran indent Members: helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c:1.1.2.13->1.1.2.14 Index: squid/helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c =================================================================== RCS file: /cvsroot/squid-sf//squid/helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c,v retrieving revision 1.1.2.13 retrieving revision 1.1.2.14 diff -u -r1.1.2.13 -r1.1.2.14 --- squid/helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c 20 Sep 2009 08:48:16 -0000 1.1.2.13 +++ squid/helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c 20 Sep 2009 08:56:58 -0000 1.1.2.14 @@ -33,7 +33,7 @@ * * Version 2.1 * 20-09-2009 Guido Serassio - * Added explicit Global Catalog query + * Added explicit Global Catalog query * * Version 2.0 * 20-07-2009 Guido Serassio @@ -692,8 +692,8 @@ } hr = Recursive_Memberof(pUser); pUser->lpVtbl->Release(pUser); - safe_free(User_LDAP_path); - User_LDAP_path = GetLDAPPath(User_DN, LDAP_MODE); + safe_free(User_LDAP_path); + User_LDAP_path = GetLDAPPath(User_DN, LDAP_MODE); hr = ADsGetObject(User_LDAP_path, &IID_IADs, (void **) &pUser); if (SUCCEEDED(hr)) { hr = Recursive_Memberof(pUser);