summaryrefslogtreecommitdiffstats
path: root/authfd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-26 13:50:37 +1100
committerDamien Miller <djm@mindrot.org>2006-03-26 13:50:37 +1100
commit304a940889e7673a017147e2dcbdaefb564f427a (patch)
tree7172be4b48ce746fcfcf496885e7fd1aaebc0dc6 /authfd.c
parent5b83232b48b83e05856f96a5f7477e0352a29b1e (diff)
- djm@cvs.openbsd.org 2006/03/17 22:31:11
[authfd.c] unreachanble statement, found by lint
Diffstat (limited to 'authfd.c')
-rw-r--r--authfd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/authfd.c b/authfd.c
index 421d75a7..22c585e9 100644
--- 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--;