Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 200811 | Differences between
and this patch

Collapse All | Expand All

(-)vsftpd-2.0.5/logging.c (-1 / +1 lines)
Lines 154-160 Link Here
154
      return;
154
      return;
155
    }
155
    }
156
  }
156
  }
157
  str_replace_unprintable(p_str, '?');
157
  /*str_replace_unprintable(p_str, '?');*/
158
  str_append_char(p_str, '\n');
158
  str_append_char(p_str, '\n');
159
  /* Ignore write failure; maybe the disk filled etc. */
159
  /* Ignore write failure; maybe the disk filled etc. */
160
  (void) str_write_loop(p_str, fd);
160
  (void) str_write_loop(p_str, fd);

Return to bug 200811