diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-11 17:44:35 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-11 17:53:25 +0200 |
commit | f70c8ecde2a1041adf4a8ef1cc2a70f823997e38 (patch) | |
tree | b129210cae7db667a874a3e82136825ce0bdd613 /source3/winbindd | |
parent | d3def9a18cc701573530154ed420278f007f06a3 (diff) | |
download | samba-f70c8ecde2a1041adf4a8ef1cc2a70f823997e38.tar.gz samba-f70c8ecde2a1041adf4a8ef1cc2a70f823997e38.tar.bz2 samba-f70c8ecde2a1041adf4a8ef1cc2a70f823997e38.zip |
Revert "Fix indentation"
This reverts commit c4e6de9e34e1ff76552ce6d4e72b343fb5f33306.
(This used to be commit fa9b128e93cca45b9516917f73f586197e7637f3)
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_ad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_ad.c b/source3/winbindd/idmap_ad.c index 1a41f4f6ff..ca1cf81ca9 100644 --- a/source3/winbindd/idmap_ad.c +++ b/source3/winbindd/idmap_ad.c @@ -347,7 +347,7 @@ again: if ( u_filter) { filter = talloc_asprintf_append_buffer(filter, "%s))", u_filter); CHECK_ALLOC_DONE(filter); - TALLOC_FREE(u_filter); + TALLOC_FREE(u_filter); } if ( g_filter) { filter = talloc_asprintf_append_buffer(filter, "%s))", g_filter); |