Explorar o código

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

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
13b235ba08
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;