Changeset 2517
- Timestamp:
- 07/27/07 16:42:23
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/pvanhoof/sessionwork/libtinymail-camel/camel-lite/camel/providers/pop3/camel-pop3-engine.c
r2490 r2517 436 436 } 437 437 438 g_static_rec_mutex_unlock (pe->lock);439 440 438 if (have_err) 441 439 camel_service_disconnect (CAMEL_SERVICE (pe->store), FALSE, &ex); 440 441 g_static_rec_mutex_unlock (pe->lock); 442 442 443 443 return pe->current==NULL?0:1; … … 462 462 pe->current = NULL; 463 463 } 464 g_static_rec_mutex_unlock (pe->lock); 465 466 /* Gah! */ 464 467 465 camel_service_disconnect (CAMEL_SERVICE (pe->store), FALSE, &ex); 466 467 g_static_rec_mutex_unlock (pe->lock); 468 468 469 469 return -1;
