a489aec Fix two errors in the nss responder

1 file Authored by sbose 11 years ago, Committed by jhrozek 11 years ago,
    Fix two errors in the nss responder
    
    One is a copy-and-paste error which was introduce by
    1774ee9a61b9d691dadd1a0538f32bcdcc84f72f.
    
    The second fixes a missing explicit setting of the return value. In the
    case where we want fully qualified names ret contains the number of
    characters from the last snprintf() which is almost ever not 0.