diff options
Diffstat (limited to 'src/input/mms.c')
-rw-r--r-- | src/input/mms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/mms.c b/src/input/mms.c index b2d00a46e..8ba33e704 100644 --- a/src/input/mms.c +++ b/src/input/mms.c @@ -698,7 +698,7 @@ mms_t *mms_connect (xine_stream_t *stream, const char *url, int bandwidth) { report_progress (stream, 0); if (!_x_parse_url (this->url, &this->proto, &this->host, &this->port, - &this->user, &this->password, &this->uri)) { + &this->user, &this->password, &this->uri, NULL)) { lprintf ("invalid url\n"); goto fail; } |