aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_mysql.c')
-rw-r--r--plugin_mysql.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin_mysql.c b/plugin_mysql.c
index 7e78418..04e88ee 100644
--- a/plugin_mysql.c
+++ b/plugin_mysql.c
@@ -1,4 +1,4 @@
-/* $Id: plugin_mysql.c 728 2007-01-14 11:14:38Z michael $
+/* $Id: plugin_mysql.c 773 2007-02-25 12:39:09Z michael $
* $URL: https://ssl.bulix.org/svn/lcd4linux/branches/0.10.1/plugin_mysql.c $
*
* plugin for execute SQL queries into a MySQL DBSM.
@@ -73,7 +73,7 @@ static int configure_mysql(void)
static int configured = 0;
char server[256];
- unsigned int port;
+ int port;
char user[128];
char password[256];
char database[256];