View | Details | Raw Unified | Return to bug 38827 | Differences between
and this patch

Collapse All | Expand All

(-)a/debian/patches/80_allow_missing_ntver_in_cldap_ping.patch (+13 lines)
Line 1    Link Here 
1
--- a/source4/dsdb/samdb/ldb_modules/netlogon.c.orig
2
+++ b/source4/dsdb/samdb/ldb_modules/netlogon.c
3
@@ -449,10 +449,6 @@ NTSTATUS parse_netlogon_request(struct l
4
 		*domain = lpcfg_dnsdomain(lp_ctx);
5
 	}
6
 
7
-	if (*version == -1) {
8
-		goto failed;
9
-	}
10
-
11
 	return NT_STATUS_OK;
12
 
13
 failed:
(-)a/debian/patches/series (+1 lines)
Line 10000    Link Here 
10000
80_allow_missing_ntver_in_cldap_ping.patch

Return to bug 38827