From 003f7364fd54ccdd190d447e275b70b0f76e95f7 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 15 Oct 1999 20:00:30 +0000 Subject: adding error checking in parsing code (This used to be commit 4c98d71ebd3f1cdaef664d46c998c864af34632a) --- source3/include/ntdomain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ntdomain.h') 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; -- cgit