new for new switch_version_full()
This commit is contained in:
parent
bc0dc9a719
commit
9480f41728
|
@ -174,7 +174,7 @@ int handle_identity(netsnmp_mib_handler *handler, netsnmp_handler_registration *
|
||||||
{
|
{
|
||||||
netsnmp_request_info *request = NULL;
|
netsnmp_request_info *request = NULL;
|
||||||
oid subid;
|
oid subid;
|
||||||
static char const version[] = switch_version_full();
|
const char *version = switch_version_full();
|
||||||
char uuid[40] = "";
|
char uuid[40] = "";
|
||||||
|
|
||||||
switch(reqinfo->mode) {
|
switch(reqinfo->mode) {
|
||||||
|
|
Loading…
Reference in New Issue