From 360f125f255fd7d5a172d012c00b3cfbff5a6989 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 13 Sep 2004 13:13:21 +0000 Subject: r2326: remove definition and usage of struct socket_context metze (This used to be commit 1854907da8d577db41de9aa14573d5c8c0092f47) --- source4/ntvfs/cifs/vfs_cifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs') diff --git a/source4/ntvfs/cifs/vfs_cifs.c b/source4/ntvfs/cifs/vfs_cifs.c index c9073b04cf..ecc2c7ebcb 100644 --- a/source4/ntvfs/cifs/vfs_cifs.c +++ b/source4/ntvfs/cifs/vfs_cifs.c @@ -51,7 +51,7 @@ struct async_info { static void idle_func(struct smbcli_transport *transport, void *p_private) { struct cvfs_private *private = p_private; - if (socket_pending(private->tcon->smb_conn->connection->socket->fde->fd)) { + if (socket_pending(private->tcon->smb_conn->connection->event.fde->fd)) { smbd_process_async(private->tcon->smb_conn); } } -- cgit