diff options
author | deraadt <> | 2014-04-19 13:09:11 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-19 13:09:11 +0000 |
commit | 1a4bc92d69fa85768e8b6d9592f3ca13bfb70c6e (patch) | |
tree | d9b4e62a8d248c8c7fc3c9641ffca9da0068c971 /src | |
parent | 2a9742d04c43a5e22e0a5282fed315b6b3990474 (diff) | |
download | openbsd-1a4bc92d69fa85768e8b6d9592f3ca13bfb70c6e.tar.gz openbsd-1a4bc92d69fa85768e8b6d9592f3ca13bfb70c6e.tar.bz2 openbsd-1a4bc92d69fa85768e8b6d9592f3ca13bfb70c6e.zip |
oops, typo got into change
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/src/apps/s_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/s_socket.c b/src/lib/libssl/src/apps/s_socket.c index d52714c8c7..b77cb9008b 100644 --- a/src/lib/libssl/src/apps/s_socket.c +++ b/src/lib/libssl/src/apps/s_socket.c | |||
@@ -302,7 +302,7 @@ redoit: | |||
302 | *host = NULL; | 302 | *host = NULL; |
303 | /* return(0); */ | 303 | /* return(0); */ |
304 | } else { | 304 | } else { |
305 | if ((*host = strdup(h1->h_name) == NULL) { | 305 | if ((*host = strdup(h1->h_name)) == NULL) { |
306 | perror("strdup"); | 306 | perror("strdup"); |
307 | return (0); | 307 | return (0); |
308 | } | 308 | } |