On Tue, December 29, 2009 8:49 am, Nguyen Quang Tri wrote:
authorize.c:153: error: conflicting types for 'find_credentials' authorize.h:49: error: previous declaration of 'find_credentials' was here authorize.c:153: error: conflicting types for 'find_credentials' authorize.h:49: error: previous declaration of 'find_credentials' was here make[1]: *** [authorize.o] Error 1 make[1]: Leaving directory `/soft/kamailio-3.0.0-rc3/modules_k/auth_diameter' make: *** [modules_k] Error 1
Hello Nguyen,
it seems that the find_credentials function in question is indeed duplicated. There was a similar problem in the "auth" module, in the past, i think. Can you try the attached patch (which removes it) if it fixes your problem?
Regards,
Henning