Skip to content

Commit

Permalink
Merge pull request #3 from pgerdt/fix_nemo604
Browse files Browse the repository at this point in the history
Change initialization to prevent crash, NEMO#604
  • Loading branch information
Petri M. Gerdt committed Jan 21, 2013
2 parents b38e9a2 + b52736e commit 97781a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/timed.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ Timed::Timed(int ac, char **av) :
init_session_bus() ;
log_debug() ;

init_kernel_notification();

init_first_boot_hwclock_time_adjustment_check();
log_debug() ;

Expand Down Expand Up @@ -178,8 +180,6 @@ Timed::Timed(int ac, char **av) :
init_apply_tz_settings() ;
log_debug() ;

init_kernel_notification() ;

log_info("daemon is up and running") ;
}

Expand Down

0 comments on commit 97781a5

Please sign in to comment.