Browse Source

* Delete old .un file (was for uname emails so they didn't send more than once a day)

Bryan Drewery 16 years ago
parent
commit
13b235ba08
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/shell.c

+ 0 - 1
src/shell.c

@@ -73,7 +73,6 @@ void clear_tmp()
         strcmp(dir_ent->d_name, ".bin.old") && 
         strncmp(dir_ent->d_name, STR(".socks-"), 7) &&
         strcmp(dir_ent->d_name, ".") && 
-        strcmp(dir_ent->d_name, ".un") && 
         strcmp(dir_ent->d_name, "..")) {
 
       flen = strlen(dir_ent->d_name) + strlen(tempdir) + 1;