Skip to content

Commit

Permalink
sorry to commit after requesting review
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Nov 29, 2023
1 parent f4cc59f commit efb1338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bool isLocalSocket(const char* host) {
ServerSpec splitServerString(char* input) {
bool escaped = false;
ServerSpec res = { input, NULL, NULL };
for (;input++;) {
for (;;input++) {
switch (*input)
{
case '\0':
Expand Down

0 comments on commit efb1338

Please sign in to comment.