e4d6e9c DYNDNS: remove redundant talloc_steal()

1 file Authored by preichl 8 years ago, Committed by jhrozek 8 years ago,
    DYNDNS: remove redundant talloc_steal()
    
    String 'update_msg' was already allocated on mem_ctx, so, there is no
    need to steal it.
    
    Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
    
        
file modified
+2 -1