diff options
Diffstat (limited to 'net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch')
-rw-r--r-- | net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch b/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch index a965418f2c7d..0b71ce5404fa 100644 --- a/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch +++ b/net-analyzer/flow-tools/files/flow-tools-0.68-db_tmp.patch @@ -2,9 +2,9 @@ Patch by Rusnan R. Shaimardanov to fix bug #213788. --- flow-tools-0.68/src/flow-export.c.orig 2009-05-26 02:41:15.000000000 +0200 +++ flow-tools-0.68/src/flow-export.c 2009-05-26 02:54:56.000000000 +0200 -@@ -716,7 +716,7 @@ +@@ -892,7 +892,7 @@ + db_name = strsep(&tmp, ":"); db_table = strsep(&tmp, ":"); - db_port = atoi(db_tmp); - if (!db_user || !db_pwd || !db_host || !db_tmp || !db_name || !db_table) { + if (!db_user || !db_pwd || !db_host || !db_port || !db_name || !db_table) { |