store password in the right variable

This commit is contained in:
Marcello Stanisci 2017-12-14 17:53:48 +01:00
parent 229907c6e2
commit 7e966aa2ae
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -242,7 +242,7 @@ main (int argc, char *const *argv)
"pass",
"PASSPHRASE",
"passphrase to use for authentication",
&subject)),
&password)),
GNUNET_GETOPT_OPTION_END
};