From: Maxim Mamontov Date: Thu, 1 Dec 2011 15:23:34 +0000 (+0200) Subject: Revert previous changes X-Git-Tag: 2.408~34 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/84573eac850de93480192e2e3f6b8102accdafcc?ds=sidebyside Revert previous changes --- diff --git a/doc/help.odt b/doc/help.odt index 52ef84d6..9553075e 100644 Binary files a/doc/help.odt and b/doc/help.odt differ diff --git a/projects/stargazer/plugins/other/smux/utils.cpp b/projects/stargazer/plugins/other/smux/utils.cpp index 91e40985..18e2bf31 100644 --- a/projects/stargazer/plugins/other/smux/utils.cpp +++ b/projects/stargazer/plugins/other/smux/utils.cpp @@ -79,9 +79,7 @@ memset(&msg, 0, sizeof(msg)); msg.present = OpenPDU_PR_simple; asn_long2INTEGER(&msg.choice.simple.version, SimpleOpen__version_version_1); -std::string pen(PEN_PREFIX); -pen += ".1"; -if (!String2OI(pen.c_str(), &msg.choice.simple.identity)) +if (!String2OI(PEN_PREFIX, &msg.choice.simple.identity)) { printfd(__FILE__, "SendOpenPDU() - failed to convert string to OBJECT_IDENTIFIER\n");