ossp-pkg/l2/l2_stream.c 1.3 -> 1.4
--- l2_stream.c 2001/05/22 18:47:31 1.3
+++ l2_stream.c 2001/05/26 08:02:55 1.4
@@ -79,7 +79,7 @@
len = vsnprintf(st->message, L2_MAX_MSGSIZE, fmt, ap);
for (i = 0; i <= L2_MAX_CHANNELS && st->channels[i] != NULL; i++)
st->channels[i]->handler.write(&st->channels[i]->context,
- st->channels[i]->below,
+ st->channels[i]->downstream,
st->message, len);
return;
}
|
|