changeset 16896:0a3ae69a25ea

Similarly, aim_ssi_sync() should return the success value of its determining function, aim_ssi_addmoddel()
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 05 May 2007 18:14:18 +0000
parents 58f58027608e
children f9e7a7dacda3
files libpurple/protocols/oscar/family_feedbag.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/family_feedbag.c	Sat May 05 18:10:33 2007 +0000
+++ b/libpurple/protocols/oscar/family_feedbag.c	Sat May 05 18:14:18 2007 +0000
@@ -588,9 +588,7 @@
 	od->ssi.waiting_for_ack = TRUE;
 
 	/* Now go mail off our data and wait 4 to 6 weeks */
-	aim_ssi_addmoddel(od);
-
-	return 0;
+	return aim_ssi_addmoddel(od);;
 }
 
 /**