fixed code style for ifdef
Former-commit-id: 93c41fa31c91098af98d2bc0362eb29685cd6678
This commit is contained in:
parent
ac5b2b69f3
commit
b42a3564ef
@ -5474,11 +5474,11 @@ sds genRedisInfoString(const char *section) {
|
||||
"variant:enterprise\r\n"
|
||||
"license_status:%s\r\n"
|
||||
"mvcc_depth:%d\r\n",
|
||||
#ifdef NO_LICENSE_CHECK
|
||||
#ifdef NO_LICENSE_CHECK
|
||||
"OK",
|
||||
#else
|
||||
#else
|
||||
cserver.license_key ? "OK" : "Trial",
|
||||
#endif
|
||||
#endif
|
||||
mvcc_depth
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user