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
commitef23e22300f10da9c1bb86e8148516994ae49033 (patch)
tree25255c8a69e8e1ca7484ba602828b463ce51428c /src
parente02bb24b04e4771ecdfdbe12fe474f886882e66f (diff)
downloadlibpam-x2go-ef23e22300f10da9c1bb86e8148516994ae49033.tar.gz
libpam-x2go-ef23e22300f10da9c1bb86e8148516994ae49033.tar.bz2
libpam-x2go-ef23e22300f10da9c1bb86e8148516994ae49033.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) {