]> andersk Git - openssh.git/commitdiff
- (bal) Minor KNF on ssh-keyscan.c
authormouring <mouring>
Sun, 7 Jul 2002 22:25:29 +0000 (22:25 +0000)
committermouring <mouring>
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 ce106ef6195713cf20c2eb927a276e961d857649..869bf75c037c57eb0e50d13a78b21ed8d313a11b 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.
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)
This page took 1.474532 seconds and 5 git commands to generate.