summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-13 18:01:16 -0400
committerGünther Deschner <gd@samba.org>2010-07-16 01:51:16 +0200
commit8cd3912afa51468e14d13b77394a308dd184b775 (patch)
tree8d83db1ddcfb3a6755390bd1f99cdcf610b6a68b /source3/include/ntdomain.h
parent31b59bbf99835279a0a78858aca2f327150eb5e2 (diff)
downloadsamba-8cd3912afa51468e14d13b77394a308dd184b775.tar.gz
samba-8cd3912afa51468e14d13b77394a308dd184b775.tar.bz2
samba-8cd3912afa51468e14d13b77394a308dd184b775.zip
s3-dcerpc: Convert frag from prs_struct to a simple DATA_BLOB
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 84b0309195..f0a97ac24e 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -76,7 +76,7 @@ typedef struct _output_data {
* The current fragment being returned. This inclues
* headers, data and authentication footer.
*/
- prs_struct frag;
+ DATA_BLOB frag;
/* The amount of data sent from the current PDU. */
uint32 current_pdu_sent;