[Openvas-commits] r11650 - in trunk/openvas-libraries: . misc
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Sep 21 16:34:35 CEST 2011
Author: mattm
Date: 2011-09-21 16:34:34 +0200 (Wed, 21 Sep 2011)
New Revision: 11650
Modified:
trunk/openvas-libraries/ChangeLog
trunk/openvas-libraries/misc/openvas_auth.c
Log:
* misc/openvas_auth.c (openvas_auth_store_user_rules): Correct doc typo.
Modified: trunk/openvas-libraries/ChangeLog
===================================================================
--- trunk/openvas-libraries/ChangeLog 2011-09-21 14:32:38 UTC (rev 11649)
+++ trunk/openvas-libraries/ChangeLog 2011-09-21 14:34:34 UTC (rev 11650)
@@ -1,5 +1,9 @@
2011-09-21 Matthew Mundell <matthew.mundell at greenbone.net>
+ * misc/openvas_auth.c (openvas_auth_store_user_rules): Correct doc typo.
+
+2011-09-21 Matthew Mundell <matthew.mundell at greenbone.net>
+
* misc/openvas_auth.c (openvas_user_exists): New function.
* misc/openvas_auth.h: Add header accordingly.
Modified: trunk/openvas-libraries/misc/openvas_auth.c
===================================================================
--- trunk/openvas-libraries/misc/openvas_auth.c 2011-09-21 14:32:38 UTC (rev 11649)
+++ trunk/openvas-libraries/misc/openvas_auth.c 2011-09-21 14:34:34 UTC (rev 11650)
@@ -1311,7 +1311,7 @@
* This directory has to exist prior to this function call, otherwise the
* file will not be written and -1 will be returned.
*
- * @param[in] user_dir_name Directory under wich the autch/rules file will
+ * @param[in] user_dir_name Directory under which the auth/rules file will
* be placed.
* @param[in] hosts The hosts the user is allowed/forbidden to scan.
* Can be NULL, then defaults to allow-all.
More information about the Openvas-commits
mailing list