[Openvas-commits] r1222 - in trunk/openvas-server: . openvasd
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Aug 25 16:40:19 CEST 2008
Author: mwiegand
Date: 2008-08-25 16:40:19 +0200 (Mon, 25 Aug 2008)
New Revision: 1222
Modified:
trunk/openvas-server/ChangeLog
trunk/openvas-server/openvasd/users.h
Log:
* openvasd/users.h: Corrected #define.
Modified: trunk/openvas-server/ChangeLog
===================================================================
--- trunk/openvas-server/ChangeLog 2008-08-25 10:02:14 UTC (rev 1221)
+++ trunk/openvas-server/ChangeLog 2008-08-25 14:40:19 UTC (rev 1222)
@@ -1,5 +1,9 @@
2008-08-25 Michael Wiegand <michael.wiegand at intevation.de>
+ * openvasd/users.h: Corrected #define.
+
+2008-08-25 Michael Wiegand <michael.wiegand at intevation.de>
+
* MANIFEST: Updated to include doc/openvas-mkcert-client.1.
2008-08-25 Michael Wiegand <michael.wiegand at intevation.de>
Modified: trunk/openvas-server/openvasd/users.h
===================================================================
--- trunk/openvas-server/openvasd/users.h 2008-08-25 10:02:14 UTC (rev 1221)
+++ trunk/openvas-server/openvasd/users.h 2008-08-25 14:40:19 UTC (rev 1222)
@@ -31,7 +31,7 @@
#ifndef _NESSUSD_USERS_H
#define _NESSUSD_USERS_H
#define BAD_LOGIN_ATTEMPT (struct openvas_rules*)(-1)
-#define NESSUS_MAX_USERNAME_LEN 32 /* Including the ending nul byte! */
+#define OPENVAS_MAX_USERNAME_LEN 32 /* Including the ending nul byte! */
char * user_home(struct arglist*);
More information about the Openvas-commits
mailing list