Module: sip-router
Branch: carstenbock/ims
Commit: d116ee50179d6486a2f9a9a06694ffaf83bea18b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d116ee5…
Author: Carsten Bock <carsten(a)bock.info>
Committer: Carsten Bock <carsten(a)bock.info>
Date: Thu Jan 13 23:54:37 2011 +0100
- missed to remove method from the method list
---
modules/pcscf/mod.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/pcscf/mod.c b/modules/pcscf/mod.c
index fe9f3a1..88b574a 100644
--- a/modules/pcscf/mod.c
+++ b/modules/pcscf/mod.c
@@ -347,8 +347,6 @@ static cmd_export_t pcscf_cmds[]={
{"P_process_notification", P_process_notification, 0, 0, REQUEST_ROUTE},
- {"P_remove_route", P_remove_route, 1, 0, REQUEST_ROUTE},
-
{"P_NAT_relay", P_NAT_relay, 0, 0, REQUEST_ROUTE|ONREPLY_ROUTE},
{"P_SDP_manipulate", P_SDP_manipulate, 1, 0, REQUEST_ROUTE |
ONREPLY_ROUTE },