Commit e4e18a70 e4e18a702470db90975ed676fcc8f068053b014b by Sergey Poznyakoff

Initialize argp_program_bug_address.

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