libpurple/plugins/keyrings/internalkeyring.c

branch
soc.2008.masterpassword
changeset 34009
8e996cb3581a
parent 33998
5fcfc69be362
child 34028
a3050b6df38e
--- a/libpurple/plugins/keyrings/internalkeyring.c	Wed Aug 27 09:40:37 2008 +0000
+++ b/libpurple/plugins/keyrings/internalkeyring.c	Wed Aug 27 09:47:09 2008 +0000
@@ -257,13 +257,6 @@
 	purple_debug_info("Internal keyring",
 		"Exporting password");
 
-	/* we're using this rather than GET_PASSWORD(),
-	 * because on account creation, the account might be
-	 * exported before the password is known. This would
-	 * lead to exporting uninitialised data, which 
-	 * we obviously don't want.
-	 */
-	//password = purple_account_get_password(account);
 	password = GET_PASSWORD(account);
 
 	if (password == NULL) {

mercurial