Changeset 694

Show
Ignore:
Timestamp:
12/29/09 12:17:49 (2 years ago)
Author:
erikd
Message:

sweep_timeout_remove : Do nothing when passed a timeout id of -1.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/src/timeouts.c

    r124 r694  
    135135  sweep_timeout_data * td; 
    136136 
     137  if (sweep_timeout_handler_id == -1) 
     138    return; 
     139 
    137140  g_mutex_lock (timeouts_mutex); 
    138141