mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fixed compile error
This commit is contained in:
parent
5013cce832
commit
6ef4014882
@ -149,7 +149,7 @@ jabber_connect(const char * const user,
|
||||
{
|
||||
if (saved_account != NULL) {
|
||||
free(saved_account);
|
||||
saved_account = NULL)
|
||||
saved_account = NULL;
|
||||
}
|
||||
|
||||
if (saved_user == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user