X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fjul-thread.c;h=d8748f2a5aad5e3c246a0016af7bd72e0a43bde6;hp=9c924ea40ebfe5c4f721ff099b0b327b149500aa;hb=fa91dc52d62347d1c1ce56e995525f2c57adfc13;hpb=af6bce8078af432ec0bb59db4f33095c26845c4d diff --git a/src/bin/lttng-sessiond/jul-thread.c b/src/bin/lttng-sessiond/jul-thread.c index 9c924ea40..d8748f2a5 100644 --- a/src/bin/lttng-sessiond/jul-thread.c +++ b/src/bin/lttng-sessiond/jul-thread.c @@ -34,7 +34,8 @@ * can let the user define a custom one. However, localhost is ALWAYS the * default listening address. */ -static const char *default_reg_uri = "tcp://localhost"; +static const char *default_reg_uri = + "tcp://" DEFAULT_NETWORK_VIEWER_BIND_ADDRESS; /* * Update JUL application using the given socket. This is done just after