a42dd96 Bug 700948 - (cov#10846) - Use of uninitialized variable in mod_admserv

Authored and Committed by nkinder 13 years ago
    Bug 700948 - (cov#10846) - Use of uninitialized variable in mod_admserv
    
    There is a chance we can use a variable without initializing it in
    mod_admserv.  We should initialize execRefArgs to NULL.
    https://bugzilla.redhat.com/show_bug.cgi?id=700948
    
        
file modified
+2 -1