diff options
author | Michael Adam <obnox@samba.org> | 2008-03-21 16:42:42 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-03-21 16:42:42 +0100 |
commit | e62cae6638417323461b89dbde8635890f90e37e (patch) | |
tree | 3c1ef25fc3c6efa31644fb717b85cc12144e9f97 | |
parent | 5e1eca34f36e1d886e568142d18813cedf3e1699 (diff) | |
download | samba-e62cae6638417323461b89dbde8635890f90e37e.tar.gz samba-e62cae6638417323461b89dbde8635890f90e37e.tar.bz2 samba-e62cae6638417323461b89dbde8635890f90e37e.zip |
libsmbconf: adapt a comment to new circumstances
Michael
(This used to be commit 83b9453c88bfdf615cc2b547645b0a71a870f473)
-rw-r--r-- | source3/lib/smbconf/smbconf.h | 4 |
1 files changed, 1 insertions, 3 deletions
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); |