]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Fix endif comment
authorMukund Sivaraman <muks@isc.org>
Mon, 30 Apr 2012 03:49:41 +0000 (09:19 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 30 Apr 2012 03:49:41 +0000 (09:19 +0530)
tests/tools/perfdhcp/perfdhcp.c

index 1d533a7f07446cc4e28169d36d57c9f57bcf9fba..3ab9a2e5df5fba5608f12a057419dc28b04b72a5 100644 (file)
@@ -93,7 +93,7 @@ pselect (int nfds, fd_set *readfds, fd_set *writefds,
        return (select(nfds, readfds, writefds, exceptfds, &my_timeout));
 }
 
-#endif /* HAVE_PSELECT */
+#endif /* !HAVE_PSELECT */
 
 /* DHCPv4 defines (to be moved/shared) */