Re: [PATCH] Don't register methods twice

2002-01-07 Thread William A. Rowe, Jr.
From: Sander Striker [EMAIL PROTECTED] Sent: Friday, January 04, 2002 5:23 AM Hi, It is not uncommon for modules to register the same method. Therefor it is better to return the already registered method number, instead of allowing the registration twice. Sander PS. I split this out

[PATCH] Don't register methods twice

2002-01-04 Thread Sander Striker
Hi, It is not uncommon for modules to register the same method. Therefor it is better to return the already registered method number, instead of allowing the registration twice. Sander PS. I split this out of the mod_dav patch I sent in earlier, because it affects more than just mod_dav.