PERFORCE change 93033 for review

soc-bushman soc-bushman at FreeBSD.org
Thu Mar 9 03:14:21 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=93033

Change 93033 by soc-bushman at soc-bushman_stinger on 2006/03/09 11:13:59

	cachedcli.h and cachedcli.c were added (they were mistakenly absent)

Affected files ...

.. //depot/projects/soc2005/nsswitch_cached/src/lib/libc/net/getaddrinfo.c#8 edit
.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/cached/cachedcli.c#1 add
.. //depot/projects/soc2005/nsswitch_cached/src/usr.sbin/cached/cached/cachedcli.h#1 add

Differences ...

==== //depot/projects/soc2005/nsswitch_cached/src/lib/libc/net/getaddrinfo.c#8 (text+ko) ====

@@ -1589,7 +1589,7 @@
 	desired_size = sizeof(int) + sizeof(int) * 4;
 	if (hostname != NULL) {
 		size = strlen(hostname);
-		desired_soze += size + 1;
+		desired_size += size + 1;
 	} else
 		size = 0;
 	


More information about the p4-projects mailing list