368635f Fixed printing of undefined value in sdap_async_accounts.c

1 file Authored by jzeleny 13 years ago, Committed by sgallagh 13 years ago,
    Fixed printing of undefined value in sdap_async_accounts.c
    
    If sysdb_attrs_get_el() call failed in function sdap_save_group(),
    it would result in printing an undefined value of variable name.
    This is now fixed by initializing the variable.
    Ticket: #579