diff options
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.c')
-rw-r--r-- | src/interfaces/odbc/dlg_specific.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/dlg_specific.c b/src/interfaces/odbc/dlg_specific.c index 7c8f699b2bf..64bf0e76c4d 100644 --- a/src/interfaces/odbc/dlg_specific.c +++ b/src/interfaces/odbc/dlg_specific.c @@ -49,6 +49,7 @@ extern GLOBAL_VALUES globals; void SetDlgStuff(HWND hdlg, ConnInfo * ci) { + /* * If driver attribute NOT present, then set the datasource name and * description @@ -773,6 +774,7 @@ getGlobalDefaults(char *section, char *filename, char override) /* Dont allow override of an override! */ if (!override) { + /* * ConnSettings is stored in the driver section and per datasource * for override |