diff options
Diffstat (limited to 'src/interfaces/odbc/drvconn.c')
-rw-r--r-- | src/interfaces/odbc/drvconn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/odbc/drvconn.c b/src/interfaces/odbc/drvconn.c index 52fff3e5afc..97d7279237a 100644 --- a/src/interfaces/odbc/drvconn.c +++ b/src/interfaces/odbc/drvconn.c @@ -215,6 +215,7 @@ dialog: if (szConnStrOut) { + /* * Return the completed string to the caller. The correct method * is to only construct the connect string if a dialog was put up, |