Add early return on stat open without O_CREAT if file doesn't exist.
authorJeremy Allison <jra@samba.org>
Wed, 26 Oct 2011 19:08:51 +0000 (12:08 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 26 Oct 2011 19:08:51 +0000 (12:08 -0700)
commit4b9bdee167987affbc2c4dbf381b0c61dfda3364
tree24c41373144bb1d7c52c0f3cbdb011209eb40c6a
parent1d531090bc07b0f83b9b80239c202a87f0cbc2ef
Add early return on stat open without O_CREAT if file doesn't exist.
Reduces one level of indentation.
source3/smbd/open.c