mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 20:06:22 +00:00
Fixed compile error
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user