summaryrefslogtreecommitdiffstats
path: root/src/core/posix_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/posix_io.c')
-rw-r--r--src/core/posix_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/posix_io.c b/src/core/posix_io.c
index 3b5660e4f..31db86657 100644
--- a/src/core/posix_io.c
+++ b/src/core/posix_io.c
@@ -224,7 +224,7 @@ int open ( const char *uri_string ) {
INIT_LIST_HEAD ( &file->data );
/* Open URI on data transfer interface */
- if ( ( rc = xfer_open_uri ( &file->xfer, uri_string ) ) != 0 )
+ if ( ( rc = xfer_open_uri_string ( &file->xfer, uri_string ) ) != 0 )
goto err;
/* Wait for open to succeed or fail */