summaryrefslogtreecommitdiff
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 421d75a77..22c585e94 100644
--- a/authfd.c
+++ b/authfd.c
@@ -337,7 +337,6 @@ ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int versio
337 break; 337 break;
338 default: 338 default:
339 return NULL; 339 return NULL;
340 break;
341 } 340 }
342 /* Decrement the number of remaining entries. */ 341 /* Decrement the number of remaining entries. */
343 auth->howmany--; 342 auth->howmany--;