git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Tables update implemented
[stg.git]
/
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 19304c52245e1ed9abe0b18a1f423e7cf3fbc4eb..b2292bda2cf6bffc6aef903b0918b5963af13a07 100644
(file)
--- 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);