Module: sip-router Branch: master Commit: 32bf8f8ba1d72c0abac4befd3519d603814ebdf1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32bf8f8b...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue Mar 3 02:50:34 2009 +0100
Define fixup_spve_null
---
mod_fix.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mod_fix.c b/mod_fix.c index cbb348e..ccd3744 100644 --- a/mod_fix.c +++ b/mod_fix.c @@ -233,4 +233,4 @@ FIXUP_F2FP_T(igp_pvar_pvar, 1, 3, 1, FPARAM_INT|FPARAM_PVS, FPARAM_PVS) FIXUP_F_SPVE_T(spve_spve, 1, 2, 2, 0) FIXUP_F_SPVE_T(spve_uint, 1, 2, 2, FPARAM_INT) FIXUP_F_SPVE_T(spve_str, 1, 2, 2, FPARAM_STR) - +FIXUP_F_SPVE_T(spve_null, 1, 1, 1, 0)