5ba7957 WebUI - Coverity: fixed null pointer exception

1 file Authored by pvomacka 7 years ago, Committed by mbasti 7 years ago,
    WebUI - Coverity: fixed null pointer exception
    
    The record variable could be null. This check makes sure
    that variable won't be null.
    
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>