Avoid lost events (bug #3694)
[yaz-moved-to-github.git] / src / zoom-c.c
index 70769e0..d557015 100644 (file)
@@ -178,7 +178,6 @@ ZOOM_task ZOOM_connection_insert_task(ZOOM_connection c, int which)
 
     task->running = 0;
     task->which = which;
-    clear_error(c);
     return task;
 }