mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-01 19:28:01 +00:00
Debugging system exit
This commit is contained in:
@@ -11,9 +11,9 @@ namespace OpenWifi {
|
||||
class SerialNumberCache : public SubSystemServer {
|
||||
public:
|
||||
|
||||
static SerialNumberCache *instance() {
|
||||
static SerialNumberCache instance;
|
||||
return &instance;
|
||||
static SerialNumberCache * instance() {
|
||||
static SerialNumberCache instance_;
|
||||
return & instance_;
|
||||
}
|
||||
|
||||
int Start() override;
|
||||
|
||||
Reference in New Issue
Block a user