diff options
Diffstat (limited to 'src/charon/plugins/unit_tester/tests/test_mysql.c')
-rw-r--r-- | src/charon/plugins/unit_tester/tests/test_mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/unit_tester/tests/test_mysql.c b/src/charon/plugins/unit_tester/tests/test_mysql.c index ff3d38ad8..cd63a5f78 100644 --- a/src/charon/plugins/unit_tester/tests/test_mysql.c +++ b/src/charon/plugins/unit_tester/tests/test_mysql.c @@ -31,7 +31,7 @@ bool test_mysql() char *qtxt; bool good = FALSE; enumerator_t *enumerator; - + db = lib->db->create(lib->db, "mysql://testuser:testpass@localhost/test"); if (!db) { |