Browse Source

* Disable idx in stream_writeuserfile for now to work around regression

Bryan Drewery 14 years ago
parent
commit
79c4156398
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/userrec.c

+ 1 - 0
src/userrec.c

@@ -459,6 +459,7 @@ static void sort_userlist()
 }
 
 void stream_writeuserfile(bd::Stream& stream, const struct userrec *bu, int idx, bool old) {
+  idx = -1;
   time_t tt = now;
   char s1[81] = "";