Revert g_srv_handle change because srvGetSessionHandle() already existed

This commit is contained in:
fincs 2015-08-19 13:29:24 +02:00
parent c49d5f49c2
commit 35a36b1885

View 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) {