mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
parent
99b86e4a26
commit
4418b989e7
@ -332,7 +332,7 @@ void memcache_add(struct memcache *cache, enum memcache_number n,
|
||||
void memcache_add_talloc(struct memcache *cache, enum memcache_number n,
|
||||
DATA_BLOB key, void *ptr)
|
||||
{
|
||||
return memcache_add(cache, n, key, data_blob_const(&ptr, sizeof(ptr)));
|
||||
memcache_add(cache, n, key, data_blob_const(&ptr, sizeof(ptr)));
|
||||
}
|
||||
|
||||
void memcache_flush(struct memcache *cache, enum memcache_number n)
|
||||
|
Loading…
Reference in New Issue
Block a user