[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference cookie::mru

Title:MRU Internal Bug Reports
Moderator:COOKIE::STMARTIN
Created:Wed Sep 20 1995
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:346
Total number of notes:1175

299.0. "OP:MED Eject parameter checks use inport_count." by NABETH::alan (Dr. File System's Home for Wayward Inodes.) Wed Mar 12 1997 19:45

	While slogging through still more CLI tests for testgen, I
	discovered that the mru_check_eject() code is using the
	test:

		if( rp->inport_count == 0 )
			/* insuffient ports */

	Eject works on Outports, not inports.  The check should
	be against outport_count.  As it happens, all supported
	robots have no inports when they also have no outports.

	The next person in mru_cli.c should fix this.
T.RTitleUserPersonal
Name
DateLines
299.1Close.NABETH::alanDr. File System's Home for Wayward Inodes.Tue Apr 01 1997 16:483
	Yawn...  Took longer to verify that was the only instance
	than it did to fix it.  Probably took longer to write this
	reply than it did to fix it.