diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/smbd/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/process.c b/source3/smbd/process.c index 161672bd516..008b1986150 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -3866,7 +3866,7 @@ NTSTATUS smbd_add_connection(struct smbXsrv_client *client, int sock_fd, * so that the caller can return an error message * to the client */ - client->connections = xconn; + DLIST_ADD_END(client->connections, xconn); xconn->client = client; talloc_steal(client, xconn); |