]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r272037:
authortrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:38:42 +0000 (17:38 +0000)
committertrasz <trasz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 25 Sep 2014 17:38:42 +0000 (17:38 +0000)
commit4f9583bb5a13bfb890d4050ffd79f7db986c5fa3
tree77aafdb65b43ce6ce1a6c8f31fc1219de6ed6cfd
parent419c44dc96ee194e77fbdf6182929cc26920ceb0
MFC r272037:

Fix thinko that, with two map entries like shown below, in that order,
made automountd(8) mix them up: trying to access the second one would
trigger mount for the first one.

foo             host:/foo
foobar          host:/foobar

PR: 193584
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@272117 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/autofs/common.c