changed noop request to version request

This commit is contained in:
Jeff Hill
2001-08-29 17:48:02 +00:00
parent 2d662d4d08
commit 74b5d6093f
6 changed files with 23 additions and 16 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ LOCAL void register_new_client ( osiSockAddr &from )
*/
caHdr noop;
memset ( (char *) &noop, '\0', sizeof ( noop ) );
noop.m_cmmd = htons ( CA_PROTO_NOOP );
noop.m_cmmd = htons ( CA_PROTO_VERSION );
fanOut ( from, &noop, sizeof ( noop ) );
if ( newClient ) {