diff --git a/tools/hwsim.c b/tools/hwsim.c index 6b134d3e..90e9c9d4 100644 --- a/tools/hwsim.c +++ b/tools/hwsim.c @@ -153,7 +153,7 @@ static void hwsim_ready(void *user_data) int ret; ret = l_genl_family_register(hwsim, "config", hwsim_config, - NULL, NULL); + NULL, NULL); if (ret < 0) { fprintf(stderr, "Failed to create hwsim config listener\n"); l_main_quit();