diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/url.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/url.c b/src/core/url.c index dfbd2a88..5e2317ea 100644 --- a/src/core/url.c +++ b/src/core/url.c @@ -307,6 +307,7 @@ nni_url_parse(nni_url **urlp, const char *raw) goto error; } *urlp = url; + return (0); } // Look for host part (including colon). Will be terminated by |
