git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r6530: the server ID of a connection in the single process model should be
[samba.git]
/
source
/
smbd
/
process_single.c
diff --git
a/source/smbd/process_single.c
b/source/smbd/process_single.c
index 8d26481a951c827fc494bdb9ea917f5a1deb112f..56b074a629491d41a8100fd0a39ee2fb37f8f7be 100644
(file)
--- a/
source/smbd/process_single.c
+++ b/
source/smbd/process_single.c
@@
-56,7
+56,7
@@
static void single_accept_connection(struct event_context *ev,
talloc_steal(private, sock);
- new_conn(ev, sock2, socket_get_fd(sock), private);
+ new_conn(ev, sock2, socket_get_fd(sock
2
), private);
}
/*