a70bfa7 LDAP: Set default value for dyndns update to false

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    LDAP: Set default value for dyndns update to false
    
    In some cases, local boolean variable "do_update" could be used
    without proper initialisation.
    Clang static analyser warning: "Assigned value is garbage or undefined"
    It was not a big problem, because non-zero value for boolean variable mean
    true.