projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4d10b
)
stream-ssl: Fix bug that crept in during rebasing.
author
Ben Pfaff
<blp@nicira.com>
Fri, 8 Jan 2010 17:40:45 +0000
(09:40 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Fri, 8 Jan 2010 17:40:45 +0000
(09:40 -0800)
lib/stream-ssl.c
patch
|
blob
|
history
diff --git
a/lib/stream-ssl.c
b/lib/stream-ssl.c
index 6839341c1cf56161fedfb4923c35ce50ea38b2fa..e501b995da8edc77713e216f7cbe1eead07bc873 100644
(file)
--- a/
lib/stream-ssl.c
+++ b/
lib/stream-ssl.c
@@
-732,7
+732,7
@@
pssl_open(const char *name UNUSED, char *suffix, struct pstream **pstreamp)
return retval;
}
- fd = inet_open_passive(SOCK_STREAM, suffix, OFP_SSL_PORT,
NULL
);
+ fd = inet_open_passive(SOCK_STREAM, suffix, OFP_SSL_PORT,
&sin
);
if (fd < 0) {
return -fd;
}