Hi,
I think there is a memory leak in samba code as while
lp_servicename in an infinite loop,Memory consumed by smbd process
increases every times it iterates thru the loop.
i.e
int i;
while(1) {
lp_servicename(i);++i
}
Thanks
sunil.
-------------- next part --------------
HTML attachment scrubbed and removed