]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/utils.cpp
Register smux plugin as .stg24, not as a root
[stg.git] / projects / stargazer / plugins / other / smux / utils.cpp
index 18e2bf3157fec9168c7fd92d9d114f7a6eb1d265..91e40985cf154683dd2114cb97772fc17a97c349 100644 (file)
@@ -79,7 +79,9 @@ memset(&msg, 0, sizeof(msg));
 
 msg.present = OpenPDU_PR_simple;
 asn_long2INTEGER(&msg.choice.simple.version, SimpleOpen__version_version_1);
-if (!String2OI(PEN_PREFIX, &msg.choice.simple.identity))
+std::string pen(PEN_PREFIX);
+pen += ".1";
+if (!String2OI(pen.c_str(), &msg.choice.simple.identity))
     {
     printfd(__FILE__,
             "SendOpenPDU() - failed to convert string to OBJECT_IDENTIFIER\n");