Skip to content

Commit

Permalink
uac_auth: port script functions to new param interface
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 2fc7fac commit 47b01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/uac_auth/uac_auth.h
Expand Up @@ -91,7 +91,7 @@ static inline int load_uac_auth_api( uac_auth_api_t *uac_auth_api)
load_uac_auth_f load_uac_auth;

/* import the uac_auth auto-loading function */
if ( !(load_uac_auth=(load_uac_auth_f)find_export("load_uac_auth", 1, 0))) {
if ( !(load_uac_auth=(load_uac_auth_f)find_export("load_uac_auth", 0))) {
return -1;
}

Expand Down

0 comments on commit 47b01bd

Please sign in to comment.