aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-02-05 11:28:45 -0500
committerMichael <[email protected]>2017-02-05 11:28:45 -0500
commitbf8d9f5099b25b2756c574ff794c7b08eb01fb2d (patch)
tree435ec426ba0091d72e43f15cc839a34d8b6ca42c /ShiftOS.Server
parent5c0cf151609d23d3a32d8d726053839669a8c30a (diff)
downloadshiftos_thereturn-bf8d9f5099b25b2756c574ff794c7b08eb01fb2d.tar.gz
shiftos_thereturn-bf8d9f5099b25b2756c574ff794c7b08eb01fb2d.tar.bz2
shiftos_thereturn-bf8d9f5099b25b2756c574ff794c7b08eb01fb2d.zip
Fix missing return statement
Diffstat (limited to 'ShiftOS.Server')
-rw-r--r--ShiftOS.Server/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs
index 4979546..426d90d 100644
--- a/ShiftOS.Server/Program.cs
+++ b/ShiftOS.Server/Program.cs
@@ -706,6 +706,7 @@ Contents:
You have sent a bad request to the multi-user domain. Please try again."
}));
+ return;
}
if (File.Exists(msg.Contents))