commit 0beb3347bfd1944ee0e5d758589191654d90826c
| author | 斟酌 鵬兄 <tgckpg@gmail.com> |
| date | 2026-05-28T23:13:55Z |
| subject | Typo |
commit 0beb3347bfd1944ee0e5d758589191654d90826c
Author: 斟酌 鵬兄 <tgckpg@gmail.com>
Date: 2026-05-28T23:13:55Z
Typo
---
src/stream_listener.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/stream_listener.c b/src/stream_listener.c
index dac319a..d1a6ed1 100644
--- a/src/stream_listener.c
+++ b/src/stream_listener.c
@@ -149,6 +149,7 @@ static int bind_unix_stream_listener(struct stream_route_ctx *ctx)
ctx->listener = listener;
return 0;
}
+#endif
int bind_stream_listener(struct stream_route_ctx *ctx)
{
@@ -166,4 +167,3 @@ int bind_stream_listener(struct stream_route_ctx *ctx)
return -ENOTSUP;
}
}
-#endif