r11295: new service hashing code has assumign that the service
commit7bc0bdea95693391c2676234d3dec0acbe0c5541
authorGerald Carter <jerry@samba.org>
Tue, 25 Oct 2005 14:54:41 +0000 (25 14:54 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 25 Oct 2005 14:54:41 +0000 (25 14:54 +0000)
treee1b00e303720bbf1d5e2b388adfe081ca1bdeec3
parentbe2bf0c775ecc56cc40e561f58b28fda88aaa282
r11295: new service hashing code has assumign that the service
name stored in the array was normalized.  This was causing
records to not be deleted on a reload.  As a result,
I was getting the wrong path for various services.
Seems to be ok after this change.

Also converted canonicalize_servicename() to just
use strupper_m() rather than doing the conversion itself.
Jeremy, i think this should be ok but please check.

also cleaned up some things in the hash service code
and added debug messages for sanity purposes.
source/param/loadparm.c