r11295: new service hashing code has assumign that the service
commitbac6524af1ab318270e4ceafeaabbe870a3b7776
authorGerald Carter <jerry@samba.org>
Tue, 25 Oct 2005 14:54:41 +0000 (25 14:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:05:11 +0000 (10 11:05 -0500)
tree8e2608d1ee835feb951393695b1d5df377ee2370
parent90b1ca259706e7ae31c0ce7384a9e448a771f1b7
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.
(This used to be commit e0bf0581f0aaf1505f653f2101eed61352d03da8)
source3/param/loadparm.c