From: Maxim Mamontov <faust.madf@gmail.com>
Date: Fri, 26 Jul 2013 17:32:12 +0000 (+0300)
Subject: Added forgotten 'break'.
X-Git-Tag: 2.409~355
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/5a5d7edb65eeaeafd0f06d3580d4861262ca5f81?ds=inline

Added forgotten 'break'.
---

diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp
index ce5a2072..2c02be27 100644
--- a/projects/sgconf/main.cpp
+++ b/projects/sgconf/main.cpp
@@ -849,6 +849,7 @@ while (1)
 
         case 800:
             req.authBy = true;
+            break;
 
         case '?':
         case ':':