mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
add comments to suppres -Wimplicit-fallthrough warnings
Origin commit data
------------------
Commit: 0ea72b9d51
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-09-25 (Mon, 25 Sep 2017)
This commit is contained in:
committed by
vanhofen
parent
13d333e3e1
commit
0e185cdc08
@@ -283,7 +283,7 @@ std::string CyhookHandler::BuildHeader(bool cache) {
|
||||
case HTTP_MOVED_PERMANENTLY:
|
||||
// Status HTTP_*_TEMPORARILY (redirection)
|
||||
result += string_printf("Location: %s\r\n", NewURL.c_str());
|
||||
// NO break HERE !!!
|
||||
// fall through
|
||||
|
||||
default:
|
||||
time_t timer = time(0);
|
||||
|
Reference in New Issue
Block a user