]> Chaos Git - corbenik/ctrulib.git/commitdiff
Revert g_srv_handle change because srvGetSessionHandle() already existed
authorfincs <fincs.alt1@gmail.com>
Wed, 19 Aug 2015 11:29:24 +0000 (13:29 +0200)
committerfincs <fincs.alt1@gmail.com>
Wed, 19 Aug 2015 11:29:24 +0000 (13:29 +0200)
libctru/source/srv.c

index ca404dd5099674e9e9bf87b340bf641bae1c6d67..224371716341120690ab257854e3963480a23f9a 100644 (file)
@@ -30,8 +30,7 @@ typedef struct {
 
 extern service_list_t* __service_ptr;
 
-// not static so that apps can actually access it if need be
-Handle g_srv_handle = 0;
+static Handle g_srv_handle = 0;
 
 
 static int __name_cmp(const char* a, const char* b) {