Imported Upstream version 2.7
[ossec-hids.git] / src / config / dbd-config.c
index 4537306..949ef5d 100644 (file)
@@ -1,4 +1,5 @@
-/* @(#) $Id$ */
+/* @(#) $Id: ./src/config/dbd-config.c, 2011/09/08 dcid Exp $
+ */
 
 /* Copyright (C) 2009 Trend Micro Inc.
  * All right reserved.
@@ -32,7 +33,7 @@ int Read_DB(XML_NODE node, void *config1, void *config2)
     char *xml_dbsock = "socket";
     char *xml_dbtype = "type";
 
-    
+
     db_config = (DBConfig *)config2;
     if(!db_config)
     {
@@ -40,7 +41,7 @@ int Read_DB(XML_NODE node, void *config1, void *config2)
     }
 
 
-    /* Reading the xml */ 
+    /* Reading the xml */
     while(node[i])
     {
         if(!node[i]->element)