summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_sock.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-12 02:18:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:00 -0500
commitd1e8e62a56a9e25f00868f287c8c4fe83f79dba9 (patch)
tree6a9df2e7bc3beda453de6caec3489623a6e6c977 /source4/librpc/rpc/dcerpc_sock.c
parent3a3947cd861ffaa08fb68ced510af1f55230defd (diff)
downloadsamba-d1e8e62a56a9e25f00868f287c8c4fe83f79dba9.tar.gz
samba-d1e8e62a56a9e25f00868f287c8c4fe83f79dba9.tar.bz2
samba-d1e8e62a56a9e25f00868f287c8c4fe83f79dba9.zip
r7496: removed an unused variable
(This used to be commit a8c99d0e37b5ca37cabc201c1290c6cd26a16549)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_sock.c')
-rw-r--r--source4/librpc/rpc/dcerpc_sock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_sock.c b/source4/librpc/rpc/dcerpc_sock.c
index a7ceb38750..90013e9778 100644
--- a/source4/librpc/rpc/dcerpc_sock.c
+++ b/source4/librpc/rpc/dcerpc_sock.c
@@ -40,7 +40,6 @@ struct sock_private {
struct fd_event *fde;
struct socket_context *sock;
char *server_name;
- uint32_t port;
struct sock_blob *pending_send;