Skip to content

Commit

Permalink
qos: fix wrong parameters for find_export() call
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu authored and liviuchircu committed Apr 4, 2019
1 parent 861702e commit 4dfe05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/qos/qos_load.h
Expand Up @@ -42,7 +42,7 @@ static inline int load_qos_api( struct qos_binds *qosb )
load_qos_f load_qos;

/* import the QOS auto-loading function */
if ( !(load_qos=(load_qos_f)find_export("load_qos", 0, 0))) {
if ( !(load_qos=(load_qos_f)find_export("load_qos", 0))) {
LM_ERR("can't import load_qos\n");
return -1;
}
Expand Down

0 comments on commit 4dfe05b

Please sign in to comment.