aboutsummaryrefslogtreecommitdiff
path: root/src/nssync.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nssync.c')
-rw-r--r--src/nssync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nssync.c b/src/nssync.c
index 86025a9..b122c2b 100644
--- a/src/nssync.c
+++ b/src/nssync.c
@@ -1,5 +1,5 @@
/* This file is part of NSsync
- Copyright (C) 2011, 2014, 2017 Sergey Poznyakoff
+ Copyright (C) 2011-2017 Sergey Poznyakoff
NSsync is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -681,11 +681,11 @@ main(int argc, char **argv)
check_pidfile();
- debug(1,("start up"));
if (server_mode) {
set_signals(fatal_signals, sigign);
nssync_server();
} else {
+ debug(1,("start up"));
set_signals(fatal_signals, sigfatal);
create_pidfile();
if (nssync(NULL)) {

Return to:

Send suggestions and report system problems to the System administrator.