diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/data_blob.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/data_blob.c b/source3/lib/data_blob.c index e07247bc49..6ed48888a8 100644 --- a/source3/lib/data_blob.c +++ b/source3/lib/data_blob.c @@ -21,6 +21,8 @@ #include "includes.h" +const DATA_BLOB data_blob_null = { NULL, 0, NULL }; + /******************************************************************* Free() a data blob. *******************************************************************/ |