diff src/protocols/oscar/ft.c @ 2421:95b4ec08abec

[gaim-migrate @ 2434] stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 20:36:33 +0000
parents f721ae9582d5
children 81d658e6ac1e
line wrap: on
line diff
--- a/src/protocols/oscar/ft.c	Wed Oct 03 19:42:31 2001 +0000
+++ b/src/protocols/oscar/ft.c	Wed Oct 03 20:36:33 2001 +0000
@@ -825,7 +825,7 @@
 		return -1;
 	}
 
-	if (setsockopt(listenfd, SOL_SOCKET, SO_REUSEADDR, (char *)&on, sizeof(on) != 0)) {
+	if (setsockopt(listenfd, SOL_SOCKET, SO_REUSEADDR, (char *)&on, sizeof(on)) != 0) {
 		perror("setsockopt(listenfd)");
 		close(listenfd);
 		return -1;