From: Graham B. <gb...@po...> - 2001-05-23 13:11:06
|
On Wed, May 23, 2001 at 08:03:23AM -0500, Clif Harden wrote: > > > > > > > > Please try the attached patch. > > > > This changes the name2oid method to return all oids for a given name. > > Also some methods will now return undef if the name passed maps to > > more than one oid. > > > Returning undef is okay IF you are going to provide a > error function that explains why the method returned > undef. Yes, error handling is something that needs to be added thought the whole module Graham. |