summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/auth/auth_server.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c
index 20ce078d2e..4351f96eeb 100644
--- a/source3/auth/auth_server.c
+++ b/source3/auth/auth_server.c
@@ -268,12 +268,6 @@ static NTSTATUS check_smbserver_security(const struct auth_context *auth_context
BOOL locally_made_cli = False;
struct server_security_state *state;
- /*
- * Check that the requested domain is not our own machine name.
- * If it is, we should never check the PDC here, we use our own local
- * password file.
- */
-
state = talloc_get_type_abort(
private_data, struct server_security_state);