r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of
authorMichael Adam <obnox@samba.org>
Tue, 24 Apr 2007 00:12:28 +0000 (00:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:19:39 +0000 (12:19 -0500)
commitb93f78025db8fe0e38a9a9bdac27c53309e3ec4a
treecf9c7f873a02e3fc41eb83e32e237c15f79b2b41
parentc620832983d99205576b7885568221a1a576febe
r22496: reg_enumvalue should return WERR_NO_MORE_ITEMS instead of
WERR_BAD_FILE when all items have been successfully enumerated.
Besides seeming the reasonable code to return,
this is what I have seen from w2k3, w2k, wxp.
(This used to be commit e09e0d642d98165257c7c43ca2634a430772dcee)
source3/registry/reg_api.c