55bceda Ticket 48681 - Use of uninitialized value in string ne at /usr/bin/logconv.pl line 2565, <$LOGFH> line 4

Authored and Committed by mreynolds 6 years ago
    Ticket 48681 - Use of uninitialized value in string ne at /usr/bin/logconv.pl line 2565, <$LOGFH> line 4
    
    Bug description:  The original fix for 48681 added a regression in regards to perl
                      warning everytime you ran the script.  That was due to a new hash
                      for sasl binds that was not initialized.
    
    Fix Description:  Check is the saslbind hash "exists" before checking its value.
    
    https://pagure.io/389-ds-base/issue/48681
    
    Reviewed by: mreynolds (one line fix)
    
    (cherry picked from commit e46749b77d95ad8fedf07d38890573b2862badf7)
    
        
file modified
+1 -1