1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s3:smbd Remove calls to namecache_enable()

This only prints a DEBUG()

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2010-05-11 10:02:52 +10:00
parent 82fb4ebca7
commit 426d92eedb

View File

@ -1309,8 +1309,6 @@ extern void build_options(bool screen);
exit(1);
}
namecache_enable();
if (!W_ERROR_IS_OK(registry_init_full()))
exit(1);