Revert g_srv_handle change because srvGetSessionHandle() already existed
This commit is contained in:
parent
c49d5f49c2
commit
35a36b1885
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user