Skip to content

Commit

Permalink
Merge pull request #99 from iegomez/feat/support-new-mosquitto-interface
Browse files Browse the repository at this point in the history
Return version 4 to support new interface.
  • Loading branch information
iegomez authored Oct 7, 2020
2 parents 30e30bb + 70c0cac commit 4b20bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#endif

int mosquitto_auth_plugin_version(void) {
return MOSQ_AUTH_PLUGIN_VERSION;
return 4;
}

int mosquitto_auth_plugin_init(void **user_data, struct mosquitto_auth_opt *auth_opts, int auth_opt_count) {
Expand Down

0 comments on commit 4b20bb3

Please sign in to comment.