X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=AudioManagerDaemon%2Fsrc%2FCAmTelnetServer.cpp;h=644b0a64463cc48f73ceebc0896974015558ce55;hb=de452ebdcfe9ca3cd3b2467c3e25960e7a58e49e;hp=8ad0eccc0aee5fabca82dd19bcfc3c22aa2a3916;hpb=6a5f434ff19963d0b37d89c06c0dab9249f34fd9;p=profile%2Fivi%2Fgenivi%2Fgenivi-audio-manager.git diff --git a/AudioManagerDaemon/src/CAmTelnetServer.cpp b/AudioManagerDaemon/src/CAmTelnetServer.cpp index 8ad0ecc..644b0a6 100755 --- a/AudioManagerDaemon/src/CAmTelnetServer.cpp +++ b/AudioManagerDaemon/src/CAmTelnetServer.cpp @@ -143,7 +143,7 @@ void CAmTelnetServer::connectSocket(const pollfd pfd, const sh_pollHandle_t hand short event = 0; event |= POLLIN; - //aded the filedescriptor to the sockethandler and register the callbacks for receiving the data + //add the filedescriptor to the sockethandler and register the callbacks for receiving the data mpSocketHandler->addFDPoll(connection.filedescriptor, event, NULL, &telnetReceiveFiredCB, &telnetCheckCB, &telnetDispatchCB, NULL, connection.handle); mListConnections.push_back(connection); }