diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-05 02:06:50 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-05 02:06:50 -0800 |
| commit | 4ff449b6b1d5b571997f328ecdc7b0042c6de4e1 (patch) | |
| tree | 7a298eabcd8cf06f4fae9930d34c9b327abd1ab0 /src/protocol/pubsub/sub.c | |
| parent | 59d5788ffad9647d1d0879115d97d1502151aa09 (diff) | |
| download | nng-4ff449b6b1d5b571997f328ecdc7b0042c6de4e1.tar.gz nng-4ff449b6b1d5b571997f328ecdc7b0042c6de4e1.tar.bz2 nng-4ff449b6b1d5b571997f328ecdc7b0042c6de4e1.zip | |
Oops -- forgot to test compile.
Diffstat (limited to 'src/protocol/pubsub/sub.c')
| -rw-r--r-- | src/protocol/pubsub/sub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/pubsub/sub.c b/src/protocol/pubsub/sub.c index 6fd99f46..8e82a44c 100644 --- a/src/protocol/pubsub/sub.c +++ b/src/protocol/pubsub/sub.c @@ -69,7 +69,7 @@ static void nni_sub_fini(void *arg) { nni_sub_sock *sub = arg; - nni_topic *topic; + nni_sub_topic *topic; while ((topic = nni_list_first(&sub->topics)) != NULL) { nni_list_remove(&sub->topics, topic); |
