prefork: Fix startup when no interface addresses are specified
Signed-off-by: Ask Bjørn Hansen <ask@develooper.com>
This commit is contained in:
parent
b8958d333b
commit
8527f784c0
2
Changes
2
Changes
@ -1,5 +1,7 @@
|
|||||||
X.YY - Date
|
X.YY - Date
|
||||||
|
|
||||||
|
prefork: Fix startup when no interface addresses are specified (Devin Carraway)
|
||||||
|
|
||||||
prefork: add multi-address support
|
prefork: add multi-address support
|
||||||
|
|
||||||
The clamdscan virus-scanning plugin now requires the ClamAV::Client
|
The clamdscan virus-scanning plugin now requires the ClamAV::Client
|
||||||
|
@ -139,7 +139,7 @@ if (@d_addr) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
@d_addr = ( 'addr' => $has_ipv6 ? "[::]" : "0.0.0.0" );
|
@d_addr = ( { addr => $has_ipv6 ? "[::]" : "0.0.0.0", port => $d_port } );
|
||||||
}
|
}
|
||||||
|
|
||||||
# set max from ip to max number of children if option is set to disabled
|
# set max from ip to max number of children if option is set to disabled
|
||||||
|
Loading…
Reference in New Issue
Block a user