diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-05 00:52:30 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-05 00:52:49 +0200 |
commit | 27ca8d7a250915b290cf89c195e383a8abab35d5 (patch) | |
tree | 7b3bc82a9aa2ead56f56bb0f08f895666d77bde4 /src/socket-util.h | |
parent | 46018844bca3abf16ac38bdf0af8e48ee95d03f2 (diff) |
socket: verify socket type properly when desrializing
Diffstat (limited to 'src/socket-util.h')
-rw-r--r-- | src/socket-util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket-util.h b/src/socket-util.h index 993972c458..ffcc86882f 100644 --- a/src/socket-util.h +++ b/src/socket-util.h @@ -72,7 +72,7 @@ int socket_address_listen( mode_t socket_mode, int *ret); -bool socket_address_is(const SocketAddress *a, const char *s); +bool socket_address_is(const SocketAddress *a, const char *s, int type); bool socket_address_equal(const SocketAddress *a, const SocketAddress *b); |