Skip to content

Commit

Permalink
dispatcher: Fix missing "tmb" definition
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu authored and razvancrainea committed Feb 11, 2020
1 parent abcbeb0 commit 22e072e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions modules/dispatcher/dispatch.c
Expand Up @@ -68,6 +68,7 @@ extern struct socket_info *probing_sock;
extern event_id_t dispatch_evi_id;
extern ds_partition_t *default_partition;

struct tm_binds tmb;
struct fs_binds fs_api;

#define dst_is_active(_dst) \
Expand Down
1 change: 0 additions & 1 deletion modules/emergency/sip_emergency.c
Expand Up @@ -74,7 +74,6 @@ const char *FROMTAG_PARAM = ";from-tag=";


struct lump *l;
//struct rr_binds rr_api;

/* verify if the INVITE has the header Geolocation-Routing with the value "yes"
*/
Expand Down

0 comments on commit 22e072e

Please sign in to comment.