Diff between 2de0281cde42e605d798866945d5ceb9f2832ca9 and 984f6eb42a9541bc31973521fe021fd25c9bcfc2

Changed Files

File Additions Deletions Status
src/shared/mgmt.c +1 -0 modified

Full Patch

diff --git a/src/shared/mgmt.c b/src/shared/mgmt.c
index aa06014..e9e5105 100644
--- a/src/shared/mgmt.c
+++ b/src/shared/mgmt.c
@@ -358,6 +358,7 @@ struct mgmt *mgmt_new(int fd)
 	g_io_channel_set_buffered(mgmt->io, FALSE);
 
 	mgmt->request_queue = g_queue_new();
+	mgmt->reply_queue = g_queue_new();
 
 	mgmt->read_watch = g_io_add_watch_full(mgmt->io, G_PRIORITY_DEFAULT,
 				G_IO_IN | G_IO_HUP | G_IO_ERR | G_IO_NVAL,