[Commit] rrserver dispatch.5c,1.22,1.23

Keith Packard commit at keithp.com
Mon Jun 9 00:38:34 PDT 2003


Committed by: keithp

Update of /local/src/CVS/rrserver
In directory home.keithp.com:/tmp/cvs-serv1416

Modified Files:
	dispatch.5c 
Log Message:
watchers command was broken

Index: dispatch.5c
===================================================================
RCS file: /local/src/CVS/rrserver/dispatch.5c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- dispatch.5c	7 Jun 2003 17:08:31 -0000	1.22
+++ dispatch.5c	9 Jun 2003 06:38:31 -0000	1.23
@@ -143,7 +143,7 @@
 		    f = void func (string[] w) {
 			string game = w[0];
 			assert_user ();
-			&Game	g = Games::find (w[1]);
+			&Game	g = Games::find (game);
 			respond ("WATCHERS");
 			Games::iterate_client (&g, print_client, false, true);
 			respond ("\n");




More information about the Commit mailing list