summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/pstream-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/pstream-util.h')
-rw-r--r--src/pulsecore/pstream-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/pstream-util.h b/src/pulsecore/pstream-util.h
index f384d889..c6d76a7c 100644
--- a/src/pulsecore/pstream-util.h
+++ b/src/pulsecore/pstream-util.h
@@ -30,7 +30,7 @@
/* The tagstruct is freed!*/
void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const pa_creds *creds);
-#define pa_pstream_send_tagstruct(p, t) pa_pstream_send_tagstruct_with_creds((p), (t), 0)
+#define pa_pstream_send_tagstruct(p, t) pa_pstream_send_tagstruct_with_creds((p), (t), NULL)
void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error);
void pa_pstream_send_simple_ack(pa_pstream *p, uint32_t tag);