1659e5b Use standard coding practice to set last login

1 file Authored by Simo Sorce 14 years ago, Committed by sgallagh 14 years ago,
    Use standard coding practice to set last login
    
    This rewrite should also fix a segfault in the code that may happen when
    exiting in case of error conditions. The previous code was attaching the
    transaction handle to llreq structure and then calling prepare_reply() from
    within the request handlers which could ultimately free the preq and
    llreq and handle before the transaction request was actually completed
    by tevent.