summaryrefslogtreecommitdiffstats
path: root/libssh/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'libssh/server.c')
-rw-r--r--libssh/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libssh/server.c b/libssh/server.c
index 47c509f..1b42742 100644
--- a/libssh/server.c
+++ b/libssh/server.c
@@ -125,8 +125,8 @@ SSH_BIND *ssh_bind_new(void) {
return ptr;
}
-void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options){
- ssh_bind->options=options;
+void ssh_bind_set_options(SSH_BIND *ssh_bind, SSH_OPTIONS *options) {
+ ssh_bind->options = options;
}
int ssh_bind_listen(SSH_BIND *ssh_bind){