]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2006/03/17 22:31:11
authordjm <djm>
Sun, 26 Mar 2006 02:50:37 +0000 (02:50 +0000)
committerdjm <djm>
Sun, 26 Mar 2006 02:50:37 +0000 (02:50 +0000)
     [authfd.c]
     unreachanble statement, found by lint

ChangeLog
authfd.c

index f41665967741b2e0ed5982c88a8851eb422f55cc..566b296042c66f105736d858692503db30e7ff20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@
    - djm@cvs.openbsd.org 2006/03/17 22:31:50
      [authfd.c]
      another unreachable found by lint
+   - djm@cvs.openbsd.org 2006/03/17 22:31:11
+     [authfd.c]
+     unreachanble statement, found by lint
 
 20060325
  - OpenBSD CVS Sync
index 421d75a77e703f0a5b98788dc282546fb498b23d..22c585e94a4fcf255323d2ede1dc98505f756d2f 100644 (file)
--- a/authfd.c
+++ b/authfd.c
@@ -337,7 +337,6 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio
                break;
        default:
                return NULL;
-               break;
        }
        /* Decrement the number of remaining entries. */
        auth->howmany--;
This page took 0.051823 seconds and 5 git commands to generate.