summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/crypt_client.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix potential resource leak: when call to des_crypt_1() fails, rememberBill Paul1998-06-091-2/+3
| | | | | | | to destroy the RPC CLIENT handle before returning. Notes: svn path=/head/; revision=36816
* Now the biggest step: import the changes to the main RPC code.Bill Paul1997-05-281-0/+89
Note: you'll need to rinstalkl all your includes before compiling libc the next time you update your sources in order for all this to work. Reviewed by: Mark Murray Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26219