Diff between 05e124ab1d214dfbdc523807789b67edf3adee5a and 1c01a9f3183c19ce14d8d4db7f545499e2cac4a2

Changed Files

File Additions Deletions Status
tools/btproxy.c +1 -1 modified

Full Patch

diff --git a/tools/btproxy.c b/tools/btproxy.c
index 43ccac1..1371723 100644
--- a/tools/btproxy.c
+++ b/tools/btproxy.c
@@ -334,7 +334,7 @@ static bool setup_proxy(int host_fd, bool host_shutdown,
 
 	proxy = new0(struct proxy, 1);
 	if (!proxy)
-		return NULL;
+		return false;
 
 	proxy->host_fd = host_fd;
 	proxy->host_shutdown = host_shutdown;