Kaynağa Gözat

Must request data before anything actually happens...

tags/v0.9.3
Michael Brown 17 yıl önce
ebeveyn
işleme
7d2535779c
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4
    0
      src/core/posix_io.c

+ 4
- 0
src/core/posix_io.c Dosyayı Görüntüle

@@ -224,6 +224,10 @@ int open ( const char *uri_string ) {
224 224
 	if ( ( rc = xfer_open_uri ( &file->xfer, uri_string ) ) != 0 )
225 225
 		goto err;
226 226
 
227
+	/* Request data */
228
+	if ( ( rc = xfer_request_all ( &file->xfer ) ) != 0 )
229
+		goto err;
230
+
227 231
 	/* Wait for open to succeed or fail */
228 232
 	while ( list_empty ( &file->data ) ) {
229 233
 		step();

Loading…
İptal
Kaydet