summaryrefslogtreecommitdiffstats
path: root/src/core/xfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/xfer.c')
-rw-r--r--src/core/xfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/xfer.c b/src/core/xfer.c
index d34808166..f927269ea 100644
--- a/src/core/xfer.c
+++ b/src/core/xfer.c
@@ -230,7 +230,7 @@ struct xfer_interface_operations null_xfer_ops = {
struct xfer_interface null_xfer = {
.intf = {
.dest = &null_xfer.intf,
- .refcnt = null_refcnt,
+ .refcnt = NULL,
},
.op = &null_xfer_ops,
};