From 8f8add60bbc4dfeeca62ffca1f568040949d8e90 Mon Sep 17 00:00:00 2001 From: "Andrew V. Samoilov" Date: Wed, 31 Jul 2002 13:52:04 +0000 Subject: [PATCH] * samba/lib/util.c (reg_split_key): Ditto. (reg_get_subkey): Ditto. --- vfs/ChangeLog | 2 ++ vfs/samba/lib/util.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index 7ebd39189..0f7d3018d 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -5,6 +5,8 @@ (cli_printjob_del): Commented out. (cli_print_queue): Ditto. * samba/lib/system.c (sys_waitpid): Ditto. + * samba/lib/util.c (reg_split_key): Ditto. + (reg_get_subkey): Ditto. 2002-07-29 Andrew V. Samoilov diff --git a/vfs/samba/lib/util.c b/vfs/samba/lib/util.c index 82dbccc96..fee00737f 100644 --- a/vfs/samba/lib/util.c +++ b/vfs/samba/lib/util.c @@ -2961,7 +2961,7 @@ int set_maxfiles(int requested_max) #endif } - +#if 0 /***************************************************************** splits out the last subkey of a key *****************************************************************/ @@ -3013,3 +3013,4 @@ BOOL reg_split_key(char *full_keyname, uint32 *reg_type, char *key_name) return True; } +#endif