diff options
author | Kai Blin <kai@samba.org> | 2012-09-05 11:07:55 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2012-09-05 14:10:54 +0200 |
commit | 558fa4c45a87704c57893d61a5431fc8bb51385a (patch) | |
tree | 4762f19917ac8e8e1bd2f2b82a2bee79bfae5717 /librpc/idl | |
parent | 92bd7b0db82bffc951af7862edde95852edc756d (diff) | |
download | samba-558fa4c45a87704c57893d61a5431fc8bb51385a.tar.gz samba-558fa4c45a87704c57893d61a5431fc8bb51385a.tar.bz2 samba-558fa4c45a87704c57893d61a5431fc8bb51385a.zip |
s4 dns: Revert erroneous push from wrong branch
I've pushed the wrong branch for this, sorry about that.
Autobuild-User(master): Kai Blin <kai@samba.org>
Autobuild-Date(master): Wed Sep 5 14:10:54 CEST 2012 on sn-devel-104
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/dns.idl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl index 984f2b34a3..a92c418dc5 100644 --- a/librpc/idl/dns.idl +++ b/librpc/idl/dns.idl @@ -192,20 +192,6 @@ interface dns uint8 other_data[other_size]; } dns_tsig_record; - typedef [flag(NDR_NOALIGN|NDR_BIG_ENDIAN|NDR_PAHEX),public] struct { - dns_string name; - dns_qclass rr_class; - uint32 ttl; - dns_string algorithm_name; - uint16 time_prefix; /* 0 until February 2106*/ - uint32 time; - uint16 fudge; - uint16 original_id; - uint16 error; - uint16 other_size; - uint8 other_data[other_size]; - } dns_fake_tsig_rec; - typedef [nodiscriminant,public,flag(NDR_NOALIGN)] union { [case(DNS_QTYPE_A)] ipv4address ipv4_record; [case(DNS_QTYPE_NS)] dns_string ns_record; |