From ef5700ad4eda47e98b76467fa80dd6cd838c6391 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 16 Oct 2002 16:53:43 +0000 Subject: some debug output + bugfix besides some problems with the server IPC is working on X11 too --- (limited to 'x11/ipc/client/ocopclient.cpp') diff --git a/x11/ipc/client/ocopclient.cpp b/x11/ipc/client/ocopclient.cpp index ac6e4a3..c1def73 100644 --- a/x11/ipc/client/ocopclient.cpp +++ b/x11/ipc/client/ocopclient.cpp @@ -107,7 +107,7 @@ bool OCOPClient::isRegistered( const QCString& chan ) const{ OCOPPacket packe(OCOPPacket::IsRegistered, chan ); OCOPHead head = packe.head(); write(m_socket, &head, sizeof(head) ); - + write(m_socket, chan.data(), chan.size() ); /* block */ OCOPPacket pack = packet(); @@ -144,7 +144,7 @@ void OCOPClient::startUP() { pid_t pi = fork(); if ( pi == 0 ) { setsid(); - execlp("opie-ipc", "opie-ipc", NULL ); + execlp("ocopserver", "ocopserver", NULL ); _exit(1); } } -- cgit v0.9.0.2