aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 21675b0b7..5bb4160c2 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -729,10 +729,10 @@ process_status_message (void *cls,
729 (int) status, 729 (int) status,
730 emsg); 730 emsg);
731#endif 731#endif
732 process_queue (h);
732 rc.cont (rc.cont_cls, 733 rc.cont (rc.cont_cls,
733 status, 734 status,
734 emsg); 735 emsg);
735 process_queue (h);
736} 736}
737 737
738 738