Clean-up: remove NULL check on sesison_create mandatory arguments
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Sep 2019 23:35:32 +0000 (19:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Sep 2019 23:35:35 +0000 (19:35 -0400)
commit5c956ba3bc1704612d52068aea1d27c1d9b558d0
tree103c50f31e8ba5b902678b088d04d1581bea283f
parent8d382dd4d4e95ea6ff88d6bd9f8a8fc85970ee3b
Clean-up: remove NULL check on sesison_create mandatory arguments

session_name, base_path, and hostname are assumed to be non-null in
the session_create() function. Checking the pointers for null is
therefore useless.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-relayd/session.c
This page took 0.024275 seconds and 4 git commands to generate.