X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=704e96e3b4dc97f2a378616127b6a58c366d56f0;hb=5f4d57e846b566e80557c57a72e2bad562f66e7b;hp=84971495d4b2831b10b6c709cf7042d6d8de898a;hpb=2adc789401153ffde847f76155e07665fbf909ac;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 84971495..704e96e3 100644 --- a/src/tincd.c +++ b/src/tincd.c @@ -64,7 +64,7 @@ #include "xalloc.h" /* The name this program was run with. */ -static char *program_name = NULL; +char *program_name = NULL; /* If nonzero, display usage information and exit. */ static bool show_help = false;