summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-10-15 20:00:30 +0000
committerLuke Leighton <lkcl@samba.org>1999-10-15 20:00:30 +0000
commit003f7364fd54ccdd190d447e275b70b0f76e95f7 (patch)
tree6e5813745c5aff1966dee4a575a9f9842b10000a /source3/include/ntdomain.h
parent65df690dcd78ce240e1e1789822e3d3f1c6ac36c (diff)
downloadsamba-003f7364fd54ccdd190d447e275b70b0f76e95f7.tar.gz
samba-003f7364fd54ccdd190d447e275b70b0f76e95f7.tar.bz2
samba-003f7364fd54ccdd190d447e275b70b0f76e95f7.zip
adding error checking in parsing code
(This used to be commit 4c98d71ebd3f1cdaef664d46c998c864af34632a)
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 6f4e78d370..110901ec3e 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -57,6 +57,7 @@ typedef struct
uint32 offset; /* offset currently being accessed in memory buffer */
uint8 align; /* data alignment */
BOOL io; /* parsing in or out of data stream */
+ BOOL error; /* error occurred */
} prs_struct;