]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Fixed braces in conditional for OPENSSL.
authorCharlie Root <root@ntp.org>
Thu, 31 Mar 2005 09:11:43 +0000 (11:11 +0200)
committerCharlie Root <root@ntp.org>
Thu, 31 Mar 2005 09:11:43 +0000 (11:11 +0200)
bk: 424bbecf705z3qzQsn3AvQqH-Dc7Gg

ntpd/ntp_proto.c

index 83636a1bd6bb2adb855b4611d4e2216d94c2d82e..521c370adbc7e70148fbadb6db7daa4d861a2c5b 100644 (file)
@@ -1004,8 +1004,9 @@ receive(
                peer_clear(peer, "AUTO");
                if (!(peer->flags & FLAG_CONFIG))
                        unpeer(peer);
-       }
 #endif /* OPENSSL */
+
+       }
 }