X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fld-acess_src%2Frequest.c;fp=AcessNative%2Fld-acess_src%2Frequest.c;h=7a9b3b39cb23234171de7e05c4975031f101b2c1;hb=5e2eec749173135a9639e5732f229e002c0b02d0;hp=12a26d1ac7c6d29323fc3b18ef241845d641da55;hpb=9698333503f59d07ceb7d0b1bb89bacef05f37e8;p=tpg%2Facess2.git diff --git a/AcessNative/ld-acess_src/request.c b/AcessNative/ld-acess_src/request.c index 12a26d1a..7a9b3b39 100644 --- a/AcessNative/ld-acess_src/request.c +++ b/AcessNative/ld-acess_src/request.c @@ -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 ) {