Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Nov 3, 2023
1 parent 381079f commit 8de88cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stns_key_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[])
fprintf(stderr, "conf path too long\n");
return -1;
}
strncpy(conf_path, optarg, len);
conf_path = optarg;
break;
default:
break;
Expand Down

0 comments on commit 8de88cf

Please sign in to comment.