search for: osminor

Displaying 2 results from an estimated 2 matches for "osminor".

Did you mean: os_minor
1999 Sep 14
0
SCO lan manager
...**********************/ void process_lm_host_announce(struct subnet_record *subrec, struct packet_struct *p, char *buf) { struct dgram_packet *dgram = &p->packet.dgram; uint32 servertype = IVAL(buf,1); int osmajor=CVAL(buf,5); /* major version of node software */ int osminor=CVAL(buf,6); /* minor version of node software */ int ttl = SVAL(buf,7); char *announce_name = buf+9; struct work_record *work; struct server_record *servrec; char *work_name; char *source_name = dgram->source_name.name; pstring comment; char *s = buf+9; s =...
1998 Feb 20
2
Warning when compiling nmbd_incomingdgrams.c
...Announcement packet does not " \ ---------------------------------------------------------------------------- -----------------^ The lines in nmbd_incomingdgrams.c that the compiler complains about, looks like this (starting vith line 450): if ((osmajor < 36) || (osmajor > 38) || (osminor !=0)) { DEBUG(5,("process_lm_host_announce: LM Announcement packet does not " \ "originate from OS/2 Warp client. Ignoring packet.\n")); /* Could have been from a Windows machine (with its LM Announce enabled), or a Samba server. Then don't disr...