X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincd.c;h=704e96e3b4dc97f2a378616127b6a58c366d56f0;hb=5f4d57e846b566e80557c57a72e2bad562f66e7b;hp=17d50085eefa0b11abe808ee1904ee0e8fa81906;hpb=f4010694b3b16453e5e6298c208910264e326978;p=tinc diff --git a/src/tincd.c b/src/tincd.c index 17d50085..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; @@ -445,7 +445,7 @@ int main2(int argc, char **argv) { /* Change process priority */ - char *priority = 0; + char *priority = NULL; if(get_config_string(lookup_config(config_tree, "ProcessPriority"), &priority)) { if(!strcasecmp(priority, "Normal")) {