mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix NULL terminated list
Regards https://github.com/profanity-im/profanity/issues/1367
This commit is contained in:
parent
9eb2b79f53
commit
b79d7e8752
@ -202,7 +202,7 @@ account_eval_password(ProfAccount *account)
|
||||
|
||||
gchar **output = NULL;
|
||||
|
||||
gchar *argv[] = {"sh", "-c", account->eval_password};
|
||||
gchar *argv[] = {"sh", "-c", account->eval_password, NULL};
|
||||
if (!call_external(argv, &output, NULL)) {
|
||||
return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user