Skip to content

Commit

Permalink
Do not print error if the tm API is not available
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d9fa68)
  • Loading branch information
bogdan-iancu committed Oct 2, 2018
1 parent d432ddb commit 1cacae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/tm/tm_load.h
Expand Up @@ -104,7 +104,6 @@ static inline int load_tm_api( struct tm_binds *tmb )

/* import the TM auto-loading function */
if ( !(load_tm=(load_tm_f)find_export("load_tm", 0, 0))) {
LM_ERR("failed to import load_tm\n");
return -1;
}
/* let the auto-loading function load all TM stuff */
Expand Down

0 comments on commit 1cacae7

Please sign in to comment.