From: Maxim Mamontov Date: Mon, 8 Aug 2011 18:29:34 +0000 (+0300) Subject: Change OID in responce for the GetNext request X-Git-Tag: 2.408-alpha~44 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/dc5906f5f83189129d02710f3bdb868b522cbe01 Change OID in responce for the GetNext request --- diff --git a/projects/stargazer/plugins/other/smux/handlers.cpp b/projects/stargazer/plugins/other/smux/handlers.cpp index 19304c52..b2292bda 100644 --- a/projects/stargazer/plugins/other/smux/handlers.cpp +++ b/projects/stargazer/plugins/other/smux/handlers.cpp @@ -128,7 +128,7 @@ for (int i = 0; i < vbl->list.count; ++i) VarBind_t newVb; memset(&newVb, 0, sizeof(newVb)); - newVb.name = vb->name; + it->first.ToOID(&newVb.name); it->second->GetValue(&newVb.value); ASN_SEQUENCE_ADD(varBindList, &newVb);