11fd679 IDMAP: Fix variable initialization

1 file Authored by Ondrej Kos 10 years ago, Committed by jhrozek 10 years ago,
    IDMAP: Fix variable initialization
    
    Before the recent changes, the variable was set to 0 too because it used
    to be part of a structure allocated with talloc_zero.
    
        
file modified
+1 -1