Fixed uninitialized 'md5' options-module field in sandbox clients.
[captive.git] / src / libcaptive / sandbox / server-Vfs.c
index f904089..28affd3 100644 (file)
@@ -114,6 +114,8 @@ static void options_module_corba_to_options_module_captive
                        src_options_module_corba->data._length);
        dest_options_module_captive->u.pe32.length=src_options_module_corba->data._length;
        dest_options_module_captive->u.pe32.mapped=FALSE;
+       /* 'md5' is never used in sandbox client; XML is dumped by the master. */
+       dest_options_module_captive->u.pe32.md5=g_strdup("<sandbox-client:undef>");
 }