Added TPQ client and server examples to build system, now compiles.
[trust_router.git] / tpq / tpqc.c
index a9be6bb..b31d78f 100644 (file)
@@ -57,7 +57,7 @@ int tpqc_open_connection (TPQC_INSTANCE *tpqc,
 
   err = gsscon_connect(server, TPQ_PORT, &conn);
   if (!err)
-    err = fsscon_active_authenticate(conn, NULL, "trustquery", &gssContext);
+    err = gsscon_active_authenticate(conn, NULL, "trustquery", &gssContext);
 
   if (!err)
     return conn;