3bd78eb Fix dyndns timer initialization

Authored and Committed by jhrozek 11 years ago
    Fix dyndns timer initialization
    
    The dyndns init function was starting the timer even if the updates were
    set to False. This patch splits the init of dynamic updates and the
    timer into two functions so that the back end can start the updates
    separately from reading the options.
    
        
file modified
+2 -2
file modified
+7 -0
file modified
+12 -4
file modified
+5 -2