# HG changeset patch # User Evan Schoenberg # Date 1178388858 0 # Node ID 0a3ae69a25eacfa5c5080ef895f50e1a39622feb # Parent 58f58027608e7e7b54e3fde94a9a9e41feb36b7e Similarly, aim_ssi_sync() should return the success value of its determining function, aim_ssi_addmoddel() diff -r 58f58027608e -r 0a3ae69a25ea libpurple/protocols/oscar/family_feedbag.c --- 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);; } /**