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>
Thu, 19 Sep 2019 19:31:48 +0000 (15:31 -0400)
commit7e0a8f85d65b2df39e1b8455bd88c2e5da995956
treeab610bdc4ba03365f812c8340c9177e734dfa464
parent451baac3a0cc0da7a73d20a2f1c8f4f133164e5f
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.025197 seconds and 4 git commands to generate.