*** empty log message ***
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/* dir.cc: Posix directory-related routines
|
||||
|
||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
|
||||
2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@@ -69,7 +69,7 @@ opendir (const char *name)
|
||||
if (!res && fh)
|
||||
delete fh;
|
||||
/* Applications calling flock(2) on dirfd(fd) need this... */
|
||||
if (!fh->nohandle ())
|
||||
if (res && !fh->nohandle ())
|
||||
fh->set_unique_id ();
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user