* dtable.cc (dtable::build_fhandler): Initialize unit when using
optional path_conv argument.
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
Sun Sep 23 11:15:00 2001  Corinna Vinschen <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
	* dtable.cc (dtable::build_fhandler): Initialize unit when using
 | 
			
		||||
	optional path_conv argument.
 | 
			
		||||
 | 
			
		||||
Sat Sep 22 17:33:45 2001  Christopher Faylor <cgf@cygnus.com>
 | 
			
		||||
			  Corinna Vinschen <corinna@vinschen.de>
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -239,6 +239,7 @@ dtable::build_fhandler (int fd, const char *name, HANDLE handle, path_conv *pc)
 | 
			
		||||
    {
 | 
			
		||||
      pc->check (name);
 | 
			
		||||
      devn = pc->get_devn ();
 | 
			
		||||
      unit = pc->get_unitn ();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  if (devn == FH_BAD)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user