whitespace: remove in rootdse
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 25 Oct 2016 20:19:13 +0000 (09:19 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Mar 2017 18:08:19 +0000 (20:08 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source4/dsdb/samdb/ldb_modules/rootdse.c

index 86ca89f1eb6d704b2d10549b1297682218a63bd4..d3483fc5bf4607aaa6b7dd2956daa2113475cc60 100644 (file)
@@ -217,7 +217,7 @@ static int dsdb_module_we_are_master(struct ldb_module *module, struct ldb_dn *d
                talloc_free(tmp_ctx);
                return ret;
        }
-       
+
        talloc_free(tmp_ctx);
        return LDB_SUCCESS;
 }
@@ -738,11 +738,11 @@ static int rootdse_filter_operations(struct ldb_module *module, struct ldb_reque
        if (session_info) {
                is_anonymous = security_token_is_anonymous(session_info->security_token);
        }
-       
+
        if (is_anonymous == false || (priv && priv->block_anonymous == false)) {
                return LDB_SUCCESS;
        }
-       
+
        if (req->operation == LDB_SEARCH) {
                if (req->op.search.scope == LDB_SCOPE_BASE && ldb_dn_is_null(req->op.search.base)) {
                        return LDB_SUCCESS;