69566e2 - fix segfault

Authored and Committed by Jonathan Brassow 19 years ago
    - fix segfault
    
    # Seg fault could be achieved with:
    $> ccsd; ccs_test get 0 //@name
    
    While the code was checking if the desc was valid, it was not checking
    if the desc block had been created.
    
        
file modified
+7 -6