summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polyp/module-tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/module-tunnel.c b/polyp/module-tunnel.c
index 03029921..a151b52a 100644
--- a/polyp/module-tunnel.c
+++ b/polyp/module-tunnel.c
@@ -365,7 +365,7 @@ static void on_connection(struct pa_socket_client *sc, struct pa_iochannel *io,
struct userdata *u = userdata;
struct pa_tagstruct *t;
uint32_t tag;
- assert(sc && io && u && u->client == sc);
+ assert(sc && u && u->client == sc);
pa_socket_client_unref(u->client);
u->client = NULL;