diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-02-11 04:56:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-02-11 04:56:58 +0000 |
commit | 9d244ddb26eb8521510a01271e61f9c37e74827e (patch) | |
tree | 575424831f2a9ca9cdbf8cea37ce6fe4804a57dc /src/interfaces/odbc/drvconn.c | |
parent | 71f2b6f015b5f8da162e808a37bd7d3cc8732ce3 (diff) |
Cleanup of source.
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, |