diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-01-31 21:44:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:28 -0500 |
commit | c4f115aa1b0029f716d495fa8fa3052d1a833439 (patch) | |
tree | 736b562118b7d9143afee01de37eb1a112106f74 /source4/librpc/idl/epmapper.idl | |
parent | 1545d6ecf436b4d01af429f9a024718e9b7dc026 (diff) | |
download | samba-c4f115aa1b0029f716d495fa8fa3052d1a833439.tar.gz samba-c4f115aa1b0029f716d495fa8fa3052d1a833439.tar.bz2 samba-c4f115aa1b0029f716d495fa8fa3052d1a833439.zip |
r5148: use ipv4_addr also in epmapper idl
metze
(This used to be commit cbc1f172822363e1fc4495d27248464403748cae)
Diffstat (limited to 'source4/librpc/idl/epmapper.idl')
-rw-r--r-- | source4/librpc/idl/epmapper.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/epmapper.idl b/source4/librpc/idl/epmapper.idl index 9e59f721bf..ba5770b305 100644 --- a/source4/librpc/idl/epmapper.idl +++ b/source4/librpc/idl/epmapper.idl @@ -99,7 +99,7 @@ interface epmapper } epm_rhs_tcp; typedef struct { - uint32 address; + ipv4_addr ipaddr; } epm_rhs_ip; typedef struct { |