diff --git a/src/hyperion-x11/hyperion-x11.cpp b/src/hyperion-x11/hyperion-x11.cpp index ef9b5ab4..6e6ee9ba 100644 --- a/src/hyperion-x11/hyperion-x11.cpp +++ b/src/hyperion-x11/hyperion-x11.cpp @@ -67,7 +67,7 @@ int main(int argc, char ** argv) else { // Create the Proto-connection with hyperiond - ProtoWrapper protoWrapper("127.0.0.1:19445", argSkipReply.isSet()); + ProtoWrapper protoWrapper(argAddress.getValue(), argSkipReply.isSet()); // Connect the screen capturing to the proto processing QObject::connect(&x11Wrapper, SIGNAL(sig_screenshot(const Image &)), &protoWrapper, SLOT(process(Image)));