Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
openssh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Salvatore Bonaccorso
openssh
Commits
304a9408
Commit
304a9408
authored
Mar 26, 2006
by
Damien Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- djm@cvs.openbsd.org 2006/03/17 22:31:11
[authfd.c] unreachanble statement, found by lint
parent
5b83232b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
ChangeLog
ChangeLog
+4
-1
authfd.c
authfd.c
+0
-1
No files found.
ChangeLog
View file @
304a9408
...
...
@@ -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
...
...
@@ -4268,4 +4271,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.424
4 2006/03/26 02:50:14
djm Exp $
$Id: ChangeLog,v 1.424
5 2006/03/26 02:50:37
djm Exp $
authfd.c
View file @
304a9408
...
...
@@ -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
--
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment