Fix compile error introduced in previous commit.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/rdesktop/trunk@1819 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Henrik Andersson 2014-07-02 08:05:30 +00:00
parent 07008abc10
commit d0b0e731d9

View File

@ -637,7 +637,7 @@ main(int argc, char *argv[])
break; break;
#ifdef WITH_SCARD #ifdef WITH_SCARD
case 'i': case 'i':
flags |= RDP_LOGON_PASSWORD_IS_SC_PIN; flags |= RDP_INFO_PASSWORD_IS_SC_PIN;
g_use_password_as_pin = True; g_use_password_as_pin = True;
break; break;
#endif #endif