1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Added log message so we can tell when free_service is called.

Just in case of problems.
Jeremy.
(This used to be commit ee307df9ad1f03d7f8e515549902abd96dae72fc)
This commit is contained in:
Jeremy Allison 1998-01-24 12:34:16 +00:00
parent 0c376c3ee7
commit 40dfc7e6de

View File

@ -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)
{