Skip to content

Commit

Permalink
transport-mapper-unix: remove the second typedef of _TransportMapperUnix
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Benke <tibor.benke@balabit.com>
  • Loading branch information
Tibor Benke committed Aug 24, 2015
1 parent b925abe commit e30fe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/afsocket/transport-mapper-unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
#include <sys/un.h>


typedef struct _TransportMapperUnix
struct _TransportMapperUnix
{
TransportMapper super;
gchar *filename;
gboolean pass_unix_credentials;
} TransportMapperUnix;
};

static LogTransport*
_create_log_transport(TransportMapper *s, gint fd)
Expand Down

0 comments on commit e30fe7c

Please sign in to comment.