]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/s_serv.c
Should just specify the name here.
[irc/rqf/shadowircd.git] / src / s_serv.c
index fa4423c8121f2c26a273f0b337b3d84c2f388710..daf287e70c3a22d14ade77a79d3711309ef6acc7 100644 (file)
@@ -587,7 +587,7 @@ burst_TS6(struct Client *client_p)
                }
                sendto_one(client_p, "%s", buf);
 
-               DICTIONARY_FOREACH(md, &iter, chptr->c_metadata)
+               DICTIONARY_FOREACH(md, &iter, chptr->metadata)
                {
                        /* don't bother bursting +J metadata */
                        if(!(md->name[0] == 'K'))