diff options
Diffstat (limited to 'daemon/syslogd.h')
-rw-r--r-- | daemon/syslogd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/syslogd.h b/daemon/syslogd.h index 97b02ea..7b41db8 100644 --- a/daemon/syslogd.h +++ b/daemon/syslogd.h @@ -176,8 +176,8 @@ struct destination gchar *encoding; union { - struct destination_file file; - struct destination_relay relay; + struct destination_file file; + struct destination_relay relay; } u; void *extra; /* methods */ |