]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (bal) Minor KNF on ssh-keyscan.c
authorBen Lindstrom <mouring@eviladmin.org>
Sun, 7 Jul 2002 22:25:29 +0000 (22:25 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Sun, 7 Jul 2002 22:25:29 +0000 (22:25 +0000)
This is really from Theo's patch.  I missed it by looking at the wrong
function call.

ChangeLog
ssh-keyscan.c

index 6ab66d1cb3250cf6dacbfcb9f4bfee80824cde4e..69762fb0e586a882d7e4ae13e9f4b071084475fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,6 +25,7 @@
    - stevesk@cvs.openbsd.org 2002/07/06 17:47:58
      [ssh-keyscan.c]
      unused variable
+ - (bal) Minor KNF on ssh-keyscan.c
 
 20020705
  - (tim) [configure.ac] AIX 4.2.1 has authenticate() in libs.
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2347 2002/07/07 22:19:13 mouring Exp $
+$Id: ChangeLog,v 1.2348 2002/07/07 22:25:29 mouring Exp $
index b913614db0dd7455d7760668682b75cfc61f54c9..ae7cd86fc27537372a6f153af5f3e1f2ba56fa8d 100644 (file)
@@ -234,6 +234,7 @@ fdlim_set(int lim)
 #if defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE)
        struct rlimit rlfd;
 #endif
+
        if (lim <= 0)
                return (-1);
 #if defined(HAVE_SETRLIMIT) && defined(RLIMIT_NOFILE)