Commit e4e18a70 e4e18a702470db90975ed676fcc8f068053b014b by Sergey Poznyakoff

Initialize argp_program_bug_address.

1 parent 8cce3c6d
...@@ -62,9 +62,11 @@ ...@@ -62,9 +62,11 @@
62 #define ARG_PAM_SERVICE 10 62 #define ARG_PAM_SERVICE 10
63 #define ARG_LOCK_FLAGS 11 63 #define ARG_LOCK_FLAGS 11
64 64
65 const char *argp_program_bug_address = "<" PACKAGE_BUGREPORT ">";
66
65 static struct argp_option mu_common_argp_options[] = 67 static struct argp_option mu_common_argp_options[] =
66 { 68 {
67 { NULL, 0, NULL, 0, "Common options:", 0}, 69 { NULL, 0, NULL, 0, "Common options", 0},
68 { NULL, 0, NULL, 0, NULL, 0 } 70 { NULL, 0, NULL, 0, NULL, 0 }
69 }; 71 };
70 72
......