diff options
Diffstat (limited to 'ospfclient')
| -rw-r--r-- | ospfclient/ospfclient.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c index 689e58adde..69d5752d6f 100644 --- a/ospfclient/ospfclient.c +++ b/ospfclient/ospfclient.c @@ -320,8 +320,8 @@ int main(int argc, char *argv[])  	/* Now connection is established, run loop */  	while (1) { -		thread_fetch(master, &thread); -		thread_call(&thread); +		event_fetch(master, &thread); +		event_call(&thread);  	}  	/* Never reached */  | 
