Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit b001df5

Browse files
committed
Fixed correct addres configuration
1 parent 17ad66f commit b001df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperion-x11/hyperion-x11.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int main(int argc, char ** argv)
6767
else
6868
{
6969
// Create the Proto-connection with hyperiond
70-
ProtoWrapper protoWrapper("127.0.0.1:19445", argSkipReply.isSet());
70+
ProtoWrapper protoWrapper(argAddress.getValue(), argSkipReply.isSet());
7171

7272
// Connect the screen capturing to the proto processing
7373
QObject::connect(&x11Wrapper, SIGNAL(sig_screenshot(const Image<ColorRgb> &)), &protoWrapper, SLOT(process(Image<ColorRgb>)));

0 commit comments

Comments
 (0)