Documentation of live usage and protocol
[lttng-tools.git] / src / common / uri.c
index 8d7cf9074beb02ab5f9981edd1f790dfd042070d..4838372ee9eadd0f6730af6e5d059bd45b35d11f 100644 (file)
@@ -186,7 +186,7 @@ int uri_to_str_url(struct lttng_uri *uri, char *dst, size_t size)
 {
        int ipver, ret;
        const char *addr;
-       char proto[4], port[7];
+       char proto[5], port[7];
 
        assert(uri);
        assert(dst);
This page took 0.022662 seconds and 4 git commands to generate.