X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/559d32bc2789dc69a7c19598a31f485c6caaff11..dc5906f5f83189129d02710f3bdb868b522cbe01:/projects/stargazer/plugins/other/smux/handlers.cpp 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);