]> andersk Git - gssapi-openssh.git/commitdiff
oops, return missing break from bad merge
authorjbasney <jbasney>
Tue, 7 Mar 2006 21:56:57 +0000 (21:56 +0000)
committerjbasney <jbasney>
Tue, 7 Mar 2006 21:56:57 +0000 (21:56 +0000)
openssh/ssh.c

index 66d7cf34307ec4ea183907bf8e5a5c6be8714435..b72a7d89845eacac004fb513634cfac70a7f1cbd 100644 (file)
@@ -496,6 +496,7 @@ again:
                        break;
                case 'b':
                        options.bind_address = optarg;
+                       break;
                case 'F':
                        config = optarg;
                        break;
This page took 0.080236 seconds and 5 git commands to generate.