[1591] in Kerberos_V5_Development
util/makeshlib
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Thu Aug 15 21:22:16 1996
From: epeisach@MIT.EDU
Date: Thu, 15 Aug 1996 21:22:11 -0400
To: tlyu@MIT.EDU
Cc: krbcore@MIT.EDU
You recently made a change to expect that dbm_error and dbm_clearerr are
expected to not be present....
a) A better solution - in the dispatch table put a NULL.... If you will
note, the macros which use dbm_error and dbm_clearerr are never used!!
b) Even better solution - remove elements from the dispatch tables which
are never used.
How many times has the clearrerr and dbm_error macros screw us up? Our
method in the past was to set it to NULL which would then invoke
dbm_error explictly....
What do you think?
ezra