comparison libpurple/protocols/oscar/family_feedbag.c @ 16885: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 1927f4ead3ca
comparison
equal deleted inserted replaced
16884:58f58027608e 16885:0a3ae69a25ea
586 /* Make sure we don't send anything else between now 586 /* Make sure we don't send anything else between now
587 * and when we receive the ack for the following operation */ 587 * and when we receive the ack for the following operation */
588 od->ssi.waiting_for_ack = TRUE; 588 od->ssi.waiting_for_ack = TRUE;
589 589
590 /* Now go mail off our data and wait 4 to 6 weeks */ 590 /* Now go mail off our data and wait 4 to 6 weeks */
591 aim_ssi_addmoddel(od); 591 return aim_ssi_addmoddel(od);;
592
593 return 0;
594 } 592 }
595 593
596 /** 594 /**
597 * Free all SSI data. 595 * Free all SSI data.
598 * 596 *