Kaynağa Gözat

Unneccessary branch

master
Jari Vetoniemi 10 yıl önce
ebeveyn
işleme
71834a55a3
1 değiştirilmiş dosya ile 1 ekleme ve 4 silme
  1. +1
    -4
      bin/server.c

+ 1
- 4
bin/server.c Dosyayı Görüntüle

@ -260,10 +260,7 @@ cb_read_hello(struct pi9 *pi9, struct node *node, uint64_t offset, uint32_t coun
// The bytes are returned with the read reply message.
// XXX: Just example here, we ignore offset and count
if (pi9_write("Hello World!", 1, sizeof("Hello World!"), pi9->out) != sizeof("Hello World!"))
return false;
return true;
return (pi9_write("Hello World!", 1, sizeof("Hello World!"), pi9->out) == sizeof("Hello World!"));
}
static bool

Yükleniyor…
İptal
Kaydet