]> Chaos Git - corbenik/ctrulib.git/commitdiff
Proposed fix for issue #66
authorplutoo <plutoo@inbox.com>
Mon, 15 Dec 2014 00:36:25 +0000 (01:36 +0100)
committerplutoo <plutoo@inbox.com>
Mon, 15 Dec 2014 00:36:25 +0000 (01:36 +0100)
libctru/source/services/httpc.c

index a9095c31a913908e454e4f5648a91bca14566563..9d9ab386f348ca98575a44a889d568c8fb01abdd 100644 (file)
@@ -59,7 +59,7 @@ Result httpcCloseContext(httpcContext *context)
 {
        Result ret=0;
 
-       ret = HTTPC_CloseContext(context->servhandle, context->httphandle);
+       ret = HTTPC_CloseContext(__httpc_servhandle, context->httphandle);
        svcCloseHandle(context->servhandle);
 
        return ret;