Module: sip-router Branch: tmp/tm_async_reply_support Commit: 53fa5c010a7a287f1539935d2bfcdbfb734eb357 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=53fa5c01...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Thu Mar 14 18:06:13 2013 +0200
tm: removed unnecessary new flag in route_struct.h
- Removed this flag: SUSPEND_R_F that was added by accident in first commit
---
route_struct.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/route_struct.h b/route_struct.h index 83d1eb0..e56f4c0 100644 --- a/route_struct.h +++ b/route_struct.h @@ -147,7 +147,6 @@ typedef enum _operand_subtype action_param_type; #define RETURN_R_F 2 #define BREAK_R_F 4 #define DROP_R_F 8 -#define SUSPEND_R_F 16 #define IGNORE_ON_BREAK_R_F 256