X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fdestroy.cpp;h=ed09b650937055fd4e990a4335797cc18e6c3444;hb=30eb3927304cbe2bf744604cd997a6e75b674945;hp=78bbbaaad37e25a6e94648236860fe11a60252db;hpb=48a4000561343808724f7cb5fa8c131877489ccd;p=lttng-tools.git diff --git a/src/bin/lttng/commands/destroy.cpp b/src/bin/lttng/commands/destroy.cpp index 78bbbaaad..ed09b6509 100644 --- a/src/bin/lttng/commands/destroy.cpp +++ b/src/bin/lttng/commands/destroy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * * SPDX-License-Identifier: GPL-2.0-only * @@ -191,8 +191,8 @@ static int destroy_session(struct lttng_session *session) } break; } - /* fall-through. */ } + /* fall-through. */ default: ERR("%sFailed to get the location of the rotation performed during the session's destruction", newline_needed ? "\n" : "");