Fix Windows test client
authorSam Thursfield <samthursfield@codethink.co.uk>
Thu, 30 Jun 2011 16:54:22 +0000 (17:54 +0100)
committerSam Thursfield <samthursfield@codethink.co.uk>
Thu, 30 Jun 2011 16:54:22 +0000 (17:54 +0100)
src/msrpc-client.vala

index 2b6890e..bd57b24 100644 (file)
@@ -21,7 +21,7 @@ void main () {
         stdout.printf ("default: %s %s\n", nai, password);
 
     /* Prompt for identity */
-    Rpc.AsyncCall call = Rpc.AsyncCall();
+    call = Rpc.AsyncCall();
     get_identity (call,
                   "username@issuer",
                   "pass",