mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
Added log message so we can tell when free_service is called.
Just in case of problems. Jeremy.
This commit is contained in:
parent
0bcb00e2ba
commit
ee307df9ad
@ -1074,6 +1074,9 @@ static void free_service(service *pservice)
|
||||
if (!pservice)
|
||||
return;
|
||||
|
||||
if(pservice->szService)
|
||||
DEBUG(5,("free_service: Freeing service %s\n", pservice->szService));
|
||||
|
||||
string_free(&pservice->szService);
|
||||
if (pservice->copymap)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user