Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
gh-14: Reapply 61af39b; mismerged
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxFaux committed Jun 2, 2012
1 parent 6e6ff66 commit 6c8f8e7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions windows/window.c
Expand Up @@ -715,15 +715,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
}
}

/* Check for invalid Port number (i.e. zero) */
if (cfg.port == 0) {
char *str = dupprintf("%s Internal Error", appname);
MessageBox(NULL, "Invalid Port Number",
str, MB_OK | MB_ICONEXCLAMATION);
sfree(str);
cleanup_exit(1);
}

/*
* HACK: PuttyTray / Session Icon
*
Expand Down

0 comments on commit 6c8f8e7

Please sign in to comment.