X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=syslog.c;h=733bef6a95ea5be0290a1d42ed1a3b524976a80b;hp=a558e50a51b28a0cc3d943db6b036f8ba82bfd09;hb=4fad44987a3869accf103783b4b8768c282eb86a;hpb=8e728e62d2c7875dc9291797bff8e19a7340405f diff --git a/syslog.c b/syslog.c index a558e50..733bef6 100644 --- a/syslog.c +++ b/syslog.c @@ -165,12 +165,12 @@ static void klog_cb(struct ustream *s, int bytes) struct ustream_fd slog = { .stream.string_data = true, - .stream.notify_read = slog_cb, + .stream.notify_read = slog_cb, }; struct ustream_fd klog = { .stream.string_data = true, - .stream.notify_read = klog_cb, + .stream.notify_read = klog_cb, }; static int klog_open(void)