src/account.c

changeset 13120
c25222322810
parent 12975
91ad779087d1
child 13282
83e33fe74de3
--- a/src/account.c	Sat Feb 04 05:17:46 2006 +0000
+++ b/src/account.c	Sat Feb 04 20:55:52 2006 +0000
@@ -1929,7 +1929,7 @@
 
 		account->system_log	 = gaim_log_new(GAIM_LOG_SYSTEM,
 				gaim_account_get_username(account), account, NULL,
-				(login_time != 0) ? login_time : time(NULL));
+				(login_time != 0) ? login_time : time(NULL), NULL);
 	}
 
 	return account->system_log;

mercurial