AcessNative - Misc testing and bugfixing
[tpg/acess2.git] / AcessNative / ld-acess_src / request.c
index 12a26d1..7a9b3b3 100644 (file)
@@ -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