ソースを参照

Remove unused label.

master
Richard Nyberg 20年前
コミット
6bba1ff6f8
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      btpd/net.c

+ 0
- 1
btpd/net.c ファイルの表示

@@ -221,7 +221,6 @@ net_write(struct peer *p, unsigned long wmax)
iol = BTPDQ_NEXT(iol, entry);
}

again:
nwritten = writev(p->sd, iov, niov);
if (nwritten < 0) {
if (errno == EAGAIN) {


読み込み中…
キャンセル
保存