From: Jérémie Galarneau Date: Wed, 10 Feb 2021 22:24:21 +0000 (-0500) Subject: Fix: sessiond: notification: unreachable code in switch-case X-Git-Tag: v2.13.0-rc1~335 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=b42ada9013db5428c0fbca358e87c001f5b7e8c4;hp=b42ada9013db5428c0fbca358e87c001f5b7e8c4 Fix: sessiond: notification: unreachable code in switch-case A copy paste error introduced in bc8daafb causes the initialization of the session credentials to not be initialized. Reported-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I50af722a498892bec764e115cfa6e9ca64302e05 ---