Parent Directory
|
Revision Log
oops
1 | ennael | 49052 | --- ypserv-2.13/ypxfr/ypxfr.c.orig 2004-01-12 08:12:15.000000000 -0500 |
2 | +++ ypserv-2.13/ypxfr/ypxfr.c 2004-08-31 13:17:30.000000000 -0400 | ||
3 | @@ -361,6 +361,7 @@ ypxfr (char *map, char *source_host, cha | ||
4 | struct hostent *h; | ||
5 | int sock, result; | ||
6 | |||
7 | + memset(&resp_val, '\0', sizeof(resp_val)); | ||
8 | /* Name of the map file */ | ||
9 | if (strlen (path_ypdb) + strlen (target_domain) + strlen (map) + 3 < MAXPATHLEN) | ||
10 | sprintf (dbName_orig, "%s/%s/%s", path_ypdb, target_domain, map); |
ViewVC Help | |
Powered by ViewVC 1.1.30 |