aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index a36e9a73..2af2c442 100644
--- a/server.c
+++ b/server.c
@@ -217,7 +217,7 @@ server_loop(void)
server_client_loop();
- if (!options_get_number(&global_options, "exit-unattached")) {
+ if (!options_get_number(global_options, "exit-unattached")) {
if (!RB_EMPTY(&sessions))
return (0);
}