mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 10:14:52 +00:00
os: drop ifdef NO_PART_NET code path
This symbol is never defined, so that code path isn't needed. Disabling "partial network" (thus, not arborting when not all requested interfaces can't be bound) can be done via command line. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
75c751dd92
commit
e1dc65bdf0
@@ -407,11 +407,7 @@ ProcessCommandLine(int argc, char *argv[])
|
||||
|
||||
defaultKeyboardControl.autoRepeat = TRUE;
|
||||
|
||||
#ifdef NO_PART_NET
|
||||
PartialNetwork = FALSE;
|
||||
#else
|
||||
PartialNetwork = TRUE;
|
||||
#endif
|
||||
|
||||
for (i = 0; defaultNoListenList[i] != NULL; i++) {
|
||||
if (_XSERVTransNoListen(defaultNoListenList[i]))
|
||||
|
||||
Reference in New Issue
Block a user