Преглед изворни кода

totemudpu: Pass correct paramto totemip_nosigpipe

Fixes compilation on (at least) FreeBSD.

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
(cherry picked from commit 31268cc744b25d2c1a3be49b64efb2c3b1355977)
Jan Friesse пре 7 година
родитељ
комит
53ee8a86fa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      exec/totemudpu.c

+ 1 - 1
exec/totemudpu.c

@@ -843,7 +843,7 @@ static int totemudpu_build_local_sockets(
 	}
 
 	for (i = 0; i < 2; i++) {
-		totemip_nosigpipe (sockets->local_loop_sock[i]);
+		totemip_nosigpipe (instance->local_loop_sock[i]);
 		res = fcntl (instance->local_loop_sock[i], F_SETFL, O_NONBLOCK);
 		if (res == -1) {
 			LOGSYS_PERROR (errno, instance->totemudpu_log_level_warning,