Check that you are not present in trail twice
[oweals/gnunet.git] / src / transport / test_http_common.c
index 9c619ea603a2c091893eba502e3286a7806c74b9..80b7cbc5b9ecb6b2644ebc7ab9ab87e18e8659dc 100644 (file)
@@ -41,10 +41,10 @@ clean (struct SplittedHTTPAddress *addr)
 
 static int
 check (struct SplittedHTTPAddress *addr,
-       char * protocol,
-       char * host,
+       const char *protocol,
+       const char *host,
        int port,
-       char * path)
+       const char *path)
 {
   if (NULL == addr)
     return GNUNET_NO;