[Openvas-commits] r5771 - in trunk/openvas-manager: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Sat Oct 31 20:02:01 CET 2009
Author: mattm
Date: 2009-10-31 20:02:01 +0100 (Sat, 31 Oct 2009)
New Revision: 5771
Modified:
trunk/openvas-manager/ChangeLog
trunk/openvas-manager/src/tasks_sql.h
Log:
* src/tasks_sql.h: Correct revision number in comment.
Modified: trunk/openvas-manager/ChangeLog
===================================================================
--- trunk/openvas-manager/ChangeLog 2009-10-31 18:54:07 UTC (rev 5770)
+++ trunk/openvas-manager/ChangeLog 2009-10-31 19:02:01 UTC (rev 5771)
@@ -1,5 +1,9 @@
2009-10-31 Matthew Mundell <matthew.mundell at intevation.de>
+ * src/tasks_sql.h: Correct revision number in comment.
+
+2009-10-31 Matthew Mundell <matthew.mundell at intevation.de>
+
* src/tasks_sql.h: Update migrator comments about appending columns.
2009-10-31 Matthew Mundell <matthew.mundell at intevation.de>
Modified: trunk/openvas-manager/src/tasks_sql.h
===================================================================
--- trunk/openvas-manager/src/tasks_sql.h 2009-10-31 18:54:07 UTC (rev 5770)
+++ trunk/openvas-manager/src/tasks_sql.h 2009-10-31 19:02:01 UTC (rev 5771)
@@ -729,10 +729,10 @@
* started working after version 3. */
sql ("DELETE from lsc_credentials;");
- /* Before revision 5733 this could have caused problems, because these
+ /* Before revision 5769 this could have caused problems, because these
* columns are added on the end of the table, so columns referenced by
* position in * queries may be wrong (for example, with the iterator
- * returned by init_lsc_credential_iterator). Since 5733 the queries
+ * returned by init_lsc_credential_iterator). Since 5769 the queries
* name all columns explicitly. */
sql ("ALTER TABLE lsc_credentials ADD COLUMN password;");
sql ("ALTER TABLE lsc_credentials ADD COLUMN exe;");
More information about the Openvas-commits
mailing list