dnssigner problem

Love lha at stacken.kth.se
Wed Nov 24 20:11:12 UTC 1999


Dunno if this is the right place to send it but I can't compile
dnssigner on osf/1 w/o the following patch.

Love

--- contrib/dns_signer/signer/iip_support.c~	Tue Jan  5 04:02:29 1999
+++ contrib/dns_signer/signer/iip_support.c	Wed Nov 24 18:06:07 1999
@@ -74,7 +74,8 @@
 
 	do
 	{
-		bytes = read (sock, field+bytes_read, length-bytes_read);
+		bytes = read (sock, ((unsigned char *) field)+bytes_read,
+			      length-bytes_read);
 		if (bytes == -1) return -1;
 		if (bytes == 0) return -1;
 		bytes_read += bytes;



More information about the bind-users mailing list