Parent Directory | Revision Log | Revision Graph
Import
1 | slords | 1.1 | --- hal-0.4.2/hald/callout.c.sync-callouts 2005-12-01 15:26:16.000000000 -0500 |
2 | +++ hal-0.4.2/hald/callout.c 2005-12-01 15:26:19.000000000 -0500 | ||
3 | @@ -343,7 +343,10 @@ | ||
4 | static gboolean | ||
5 | process_callouts_idle (gpointer user_data) | ||
6 | { | ||
7 | - process_callouts (); | ||
8 | + if (!processing_callouts) { | ||
9 | + processing_callouts = TRUE; | ||
10 | + process_callouts (); | ||
11 | + } | ||
12 | return FALSE; | ||
13 | } | ||
14 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |