s4:netlogon RPC - Remove trailing whitespace
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 22 Nov 2009 14:54:16 +0000 (15:54 +0100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Sun, 22 Nov 2009 14:54:16 +0000 (15:54 +0100)
source4/rpc_server/netlogon/dcerpc_netlogon.c

index 8a833b0d120bfeefc32d855ac293d2868c866156..1a653c293c544b442077d53507ce9419f73dcdc3 100644 (file)
@@ -1416,7 +1416,7 @@ static WERROR dcesrv_netr_DsRGetDCNameEx2(struct dcesrv_call_state *dce_call, TA
        /* Windows 7 sends the domain name in the form the user typed, so we
         * have to cope  with both the short and long form here */
        if (r->in.domain_name != NULL &&
-                       !lp_is_my_domain_or_realm(dce_call->conn->dce_ctx->lp_ctx, 
+                       !lp_is_my_domain_or_realm(dce_call->conn->dce_ctx->lp_ctx,
                                                  r->in.domain_name)) {
                return WERR_NO_SUCH_DOMAIN;
        }