Skip to content

Commit

Permalink
revert #189
Browse files Browse the repository at this point in the history
there's some logical error in that PR, will address it later
  • Loading branch information
chipitsine committed Oct 7, 2024
1 parent 0193e99 commit fc8e34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/isql.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int main( int argc, char *argv[] )
* CONNECT
***************************/

if (szPWD==NULL || szUID==NULL || !OpenDatabase( &hEnv, &hDbc, szDSN, szUID, szPWD ))
if (!OpenDatabase( &hEnv, &hDbc, szDSN, szUID, szPWD ))
exit( 1 );

/****************************
Expand Down

0 comments on commit fc8e34a

Please sign in to comment.