]> git.stg.codes - stg.git/commitdiff
Register smux plugin as .stg24, not as a root
authorMaxim Mamontov <faust.madf@gmail.com>
Thu, 1 Dec 2011 15:01:37 +0000 (17:01 +0200)
committerMaxim Mamontov <faust.madf@gmail.com>
Thu, 1 Dec 2011 15:01:37 +0000 (17:01 +0200)
doc/help.odt
projects/stargazer/plugins/other/smux/utils.cpp

index a93fa0a496406b4575e208ad6da172a801fdfcd5..52ef84d66bd74c0c7fcb3ea36f92492dfe5ffb60 100644 (file)
Binary files a/doc/help.odt and b/doc/help.odt differ
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);
 
 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");
     {
     printfd(__FILE__,
             "SendOpenPDU() - failed to convert string to OBJECT_IDENTIFIER\n");