mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Missing # in front of else in the sockinit #if's
This commit is contained in:
parent
fe924b727c
commit
74fa98dfa3
@ -709,7 +709,7 @@ void sockinit()
|
||||
}
|
||||
daemon_initialized = 1;
|
||||
}
|
||||
else
|
||||
#else
|
||||
void sockinit()
|
||||
{
|
||||
daemon_initialized = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user