Skip to content

Commit 3b93f13

Browse files
committed
right include
1 parent 3390d9b commit 3b93f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys/altq/altq_priq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ priq_add_queue(struct npf_altq *a)
180180
return EBUSY;
181181

182182
cl = priq_class_create(pif, a->priority, a->qlimit,
183-
a->pq_u.npf_priq_opts.flags, a->qid);
183+
a->pq_u.priq_opts.flags, a->qid);
184184
if (cl == NULL)
185185
return ENOMEM;
186186

0 commit comments

Comments
 (0)