From: David Goulet Date: Mon, 24 Mar 2014 19:52:31 +0000 (-0400) Subject: Fix: use NULL url for load live session X-Git-Tag: v2.5.0-rc1~97 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=b664f89a924cc708174003a2b570f5a221905b8e;hp=b664f89a924cc708174003a2b570f5a221905b8e;p=lttng-tools.git Fix: use NULL url for load live session For a live session, the control and data URI are mandatory thus pass NULL to the create session so we can set them afterwards by a set consumer URL call. net:// can't be used for control and data so this fixes the uri to url string by printing "tcp://" instead of net:// which is more accurate and the good way to actually print the URL to the user. Fixes #767 Signed-off-by: David Goulet ---