We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a500245 commit 3390d9bCopy full SHA for 3390d9b
2 files changed
sys/altq/altq_cbq.c
@@ -335,7 +335,7 @@ cbq_add_queue(struct npf_altq *a)
335
return (EINVAL);
336
}
337
338
- opts = &a->pq_u.npf_cbq_opts;
+ opts = &a->pq_u.cbq_opts;
339
/* check parameters */
340
if (a->priority >= CBQ_MAXPRI)
341
return EINVAL;
sys/altq/altq_hfsc.c
@@ -248,7 +248,7 @@ hfsc_add_queue(struct npf_altq *a)
248
if ((hif = a->altq_disc) == NULL)
249
250
251
- opts = &a->pq_u.npf_hfsc_opts;
+ opts = &a->pq_u.hfsc_opts;
252
253
if (a->parent_qid == HFSC_NULLCLASS_HANDLE &&
254
hif->hif_rootclass == NULL)
0 commit comments