moonshot-dbus-server: Initialize out parameters
authorJavier Jardón <javier.jardon@codethink.co.uk>
Tue, 14 Jun 2011 14:52:03 +0000 (15:52 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Tue, 14 Jun 2011 14:53:17 +0000 (15:53 +0100)
src/moonshot-dbus-server.vala

index d05db50..6485f61 100644 (file)
@@ -17,6 +17,10 @@ public class MoonshotServer : Object {
     {
         bool has_service = false;
 
+        nai_out = "";
+        password_out = "";
+        certificate_out = "";
+
         main_window.set_callback (get_identity.callback);
         yield;