Really fix -o

This commit is contained in:
Baptiste Daroussin 2015-07-13 09:12:05 +00:00
parent aa509e5e81
commit a70fbf7ef5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285443

View File

@ -139,7 +139,7 @@ main(int argc, char *argv[])
strlcpy(conf.rootdir, "/", sizeof(conf.rootdir));
strlcpy(conf.etcpath, _PATH_PWD, sizeof(conf.etcpath));
conf.fd = -1;
conf.checkduplicate = false;
conf.checkduplicate = true;
LIST_INIT(&arglist);