From ee4a3606e606da5803d6e1ebac0c839c7a8a2a55 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 22 Jan 2010 13:31:30 +0100 Subject: [PATCH] s3: Fix a typo in a comment --- source3/registry/reg_backend_shares.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/registry/reg_backend_shares.c b/source3/registry/reg_backend_shares.c index 19774060491..4218eb5cbba 100644 --- a/source3/registry/reg_backend_shares.c +++ b/source3/registry/reg_backend_shares.c @@ -26,7 +26,7 @@ /********************************************************************** It is safe to assume that every registry path passed into on of - the exported functions here begins with KEY_PRINTING else + the exported functions here begins with KEY_SHARES else these functions would have never been called. This is a small utility function to strip the beginning of the path and make a copy that the caller can modify. Note that the caller is responsible for releasing -- 2.11.4.GIT