mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Nobody uses this, and its really just a layer of internal implementation.
Make it static (till sombody needs its...)
(This used to be commit 89dc157320
)
This commit is contained in:
parent
e46a6ecc69
commit
fb70dbdffa
@ -91,7 +91,7 @@ void data_blob_free(DATA_BLOB *d)
|
||||
/*******************************************************************
|
||||
clear a DATA_BLOB's contents
|
||||
*******************************************************************/
|
||||
void data_blob_clear(DATA_BLOB *d)
|
||||
static void data_blob_clear(DATA_BLOB *d)
|
||||
{
|
||||
if (d->data) {
|
||||
memset(d->data, 0, d->length);
|
||||
|
Loading…
Reference in New Issue
Block a user