mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
don't try to return a void
This commit is contained in:
parent
dfa990170b
commit
51b4de0ae3
@ -66,7 +66,7 @@ void mangle_reset_cache(void)
|
||||
{
|
||||
mangle_init();
|
||||
|
||||
return mangle_fns->reset();
|
||||
mangle_fns->reset();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user