diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -421,7 +421,7 @@ main (int argc, return EX_UNAVAILABLE; } - state.boot_server = start_boot_server (&state); + state.boot_server = start_boot_server (&state); if (state.boot_server == NULL) { |
