aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-08-30 12:02:34 -0500
committerTed Gould <ted@gould.cx>2012-08-30 12:02:34 -0500
commit4b95b652e1567fe781be8e91450903169cc45e12 (patch)
tree25255c8a69e8e1ca7484ba602828b463ce51428c /src
parentd71967fdfecdc1ed309eac4e68b4a72d522d3633 (diff)
downloadlibpam-freerdp2-4b95b652e1567fe781be8e91450903169cc45e12.tar.gz
libpam-freerdp2-4b95b652e1567fe781be8e91450903169cc45e12.tar.bz2
libpam-freerdp2-4b95b652e1567fe781be8e91450903169cc45e12.zip
Dropping the ignoring of the cert
Diffstat (limited to 'src')
-rw-r--r--src/freerdp-auth-check.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/freerdp-auth-check.c b/src/freerdp-auth-check.c
index 178db98..e5e9d13 100644
--- a/src/freerdp-auth-check.c
+++ b/src/freerdp-auth-check.c
@@ -81,7 +81,6 @@ main (int argc, char * argv[])
instance->settings->username = argv[2];
instance->settings->domain = argv[3];
instance->settings->password = password;
- instance->settings->ignore_certificate = true;
char * colonloc = strstr(argv[1], ":");
if (colonloc != NULL) {