summaryrefslogtreecommitdiff
path: root/src/set.c
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2007-10-30 10:56:58 -0700
committerAn-Cheng Huang <ancheng@vyatta.com>2007-10-30 10:56:58 -0700
commit653569b3768a4ebfc7d111864f3d165977db37a6 (patch)
treedf4c1ee8a7d237dcdc8cad5b2984b0e60cc430bc /src/set.c
parent5c170940c89065df4c7bbc6561cbdfd297363aad (diff)
downloadvyatta-cfg-653569b3768a4ebfc7d111864f3d165977db37a6.tar.gz
vyatta-cfg-653569b3768a4ebfc7d111864f3d165977db37a6.zip
handle config locking
Diffstat (limited to 'src/set.c')
-rw-r--r--src/set.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/set.c b/src/set.c
index 7d63b95..0fa55fe 100644
--- a/src/set.c
+++ b/src/set.c
@@ -274,7 +274,6 @@ static void handle_defaults()
if (strcmp(dirp->d_name, ".")==0 ||
strcmp(dirp->d_name, "..")==0 ||
strcmp(dirp->d_name, MOD_NAME) == 0 ||
- strcmp(dirp->d_name, LOCK_NAME) == 0 ||
strcmp(dirp->d_name, DEF_NAME)==0)
continue;
uename = clind_unescape(dirp->d_name);