mirror of
https://github.com/samba-team/samba.git
synced 2025-02-07 01:58:28 +03:00
The unused variable was actually needed. The correct fix is to move
it inside an #ifdef HAVE_ADS to avoid the warning and breaking the build. (-:
This commit is contained in:
parent
482d873c26
commit
a8c4febdb7
@ -305,7 +305,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n",
|
||||
else {
|
||||
GUID domain_guid;
|
||||
pstring domain;
|
||||
char *component, *dc;
|
||||
char *component, *dc, *q1;
|
||||
uint8 size;
|
||||
|
||||
safe_strcpy(domain, lp_realm(), sizeof(domain));
|
||||
|
Loading…
x
Reference in New Issue
Block a user