AcessNative - Changes to allow _compiling_ on windows.
[tpg/acess2.git] / AcessNative / ld-acess_src / request.c
index 670cc3d..7a9b3b3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  */
-#define DEBUG  1
+#define DEBUG  0
 
 
 #if DEBUG
@@ -122,6 +122,7 @@ int _InitSyscalls(void)
        {
                tRequestAuthHdr auth;
                auth.pid = giSyscall_ClientID;
+               auth.key = 0;
                SendData(&auth, sizeof(auth));
                int len = ReadData(&auth, sizeof(auth), 5);
                if( len == 0 ) { 

UCC git Repository :: git.ucc.asn.au