diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-30 10:56:58 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2007-10-30 10:56:58 -0700 |
commit | 653569b3768a4ebfc7d111864f3d165977db37a6 (patch) | |
tree | df4c1ee8a7d237dcdc8cad5b2984b0e60cc430bc /src/set.c | |
parent | 5c170940c89065df4c7bbc6561cbdfd297363aad (diff) | |
download | vyatta-cfg-653569b3768a4ebfc7d111864f3d165977db37a6.tar.gz vyatta-cfg-653569b3768a4ebfc7d111864f3d165977db37a6.zip |
handle config locking
Diffstat (limited to 'src/set.c')
-rw-r--r-- | src/set.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |