forked from Lainports/freebsd-ports
19 lines
556 B
Text
19 lines
556 B
Text
*** main.c.orig Sun Oct 22 10:07:25 2000
|
|
--- main.c Sun Oct 22 10:07:58 2000
|
|
***************
|
|
*** 940,946 ****
|
|
memset(motd, 0, sizeof(motd));
|
|
#endif
|
|
end_of_rfc1533 = NULL;
|
|
! vendorext_isvalid = 0;
|
|
if (memcmp(p, rfc1533_cookie, 4))
|
|
return(0); /* no RFC 1533 header found */
|
|
p += 4;
|
|
--- 940,946 ----
|
|
memset(motd, 0, sizeof(motd));
|
|
#endif
|
|
end_of_rfc1533 = NULL;
|
|
! vendorext_isvalid = 1; /* FreeBSD uses this field for swap */
|
|
if (memcmp(p, rfc1533_cookie, 4))
|
|
return(0); /* no RFC 1533 header found */
|
|
p += 4;
|