mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4:cldap_server - make it "signed-safe"
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
68caf90606
commit
f10fc7c16e
@ -151,7 +151,7 @@ static NTSTATUS cldapd_startup_interfaces(struct cldapd_server *cldapd, struct l
|
||||
int num_interfaces;
|
||||
TALLOC_CTX *tmp_ctx = talloc_new(cldapd);
|
||||
NTSTATUS status;
|
||||
int i;
|
||||
unsigned int i;
|
||||
|
||||
num_interfaces = iface_count(ifaces);
|
||||
|
||||
|
@ -340,7 +340,7 @@ void cldapd_netlogon_request(struct cldap_socket *cldap,
|
||||
struct ldb_parse_tree *tree,
|
||||
struct tsocket_address *src)
|
||||
{
|
||||
int i;
|
||||
unsigned int i;
|
||||
const char *domain = NULL;
|
||||
const char *host = NULL;
|
||||
const char *user = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user