]> git.meshlink.io Git - meshlink/commitdiff
Fix compiler warning rchannel
authorSaverio Proto <zioproto@gmail.com>
Sat, 28 Jun 2014 13:16:14 +0000 (15:16 +0200)
committerSaverio Proto <zioproto@gmail.com>
Sat, 28 Jun 2014 13:16:14 +0000 (15:16 +0200)
src/meshlink.c

index 538a9e5c5d84440b8f39531db92a94ee4216b644..d1d8edcc52752261c208f0f84fc9901a366c3bc6 100644 (file)
@@ -1389,7 +1389,7 @@ meshlink_connection_t* meshlink_open_rchannel(meshlink_handle_t *mesh, meshlink_
 //TODO: register a callback for the data that will be received from this connection
 
 //TODO: return a description value that the user will use to write on this channel
-
+return NULL;
 }
 
 static void __attribute__((constructor)) meshlink_init(void) {