From e62cae6638417323461b89dbde8635890f90e37e Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 21 Mar 2008 16:42:42 +0100 Subject: libsmbconf: adapt a comment to new circumstances Michael (This used to be commit 83b9453c88bfdf615cc2b547645b0a71a870f473) --- source3/lib/smbconf/smbconf.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/lib') diff --git a/source3/lib/smbconf/smbconf.h b/source3/lib/smbconf/smbconf.h index 207d5797bd..28be729224 100644 --- a/source3/lib/smbconf/smbconf.h +++ b/source3/lib/smbconf/smbconf.h @@ -28,9 +28,7 @@ struct smbconf_csn { }; /* - * WARNING: - * Of this API, at least the open function is still subject to change. - * (Backends and possibly remote support being added ...) + * WARNING: this api is still subject to change. */ WERROR smbconf_init_reg(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx); -- cgit