Fix perror msg

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2018-01-17 15:03:34 +00:00
parent aeedc361c0
commit 660a6ace2b

View File

@@ -372,7 +372,7 @@ main(int argc, char **argv)
int ctl_fd = ctl_init("/run/" PACKAGE_NAME, tun_name);
if (ctl_fd == -1) {
perror("gt_setup_ctl");
perror("ctl_init");
return 1;
}