Module: sip-router Branch: tmp/tm_async_reply_support Commit: 32ebdea6342b46390a7219114c5d0f23182e2f97 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=32ebdea6...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Mon Oct 7 12:35:47 2013 +0200
modules/tm: Removed duplicate variable caused by master merge
---
modules/tm/lock.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/tm/lock.h b/modules/tm/lock.h index 6c770fd..90c76b3 100644 --- a/modules/tm/lock.h +++ b/modules/tm/lock.h @@ -75,7 +75,6 @@ void lock_cleanup(void);
int init_cell_lock( struct cell *cell ); -int init_async_lock( struct cell *cell ); int init_entry_lock( struct s_table* ht, struct entry *entry ); int init_async_lock( struct cell *cell );