Skip to content

Commit

Permalink
Assig dupped string
Browse files Browse the repository at this point in the history
  • Loading branch information
albfan committed Oct 27, 2021
1 parent 3f5270e commit 65a7a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wifi/wifid-link.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ int link_set_config_methods(struct link *l, char *config_methods)
return log_ENOMEM();

free(l->config_methods);
l->config_methods = config_methods;
l->config_methods = cm;
return 0;
}

Expand Down

0 comments on commit 65a7a0a

Please sign in to comment.