~ubuntu-branches/ubuntu/quantal/lasso/quantal

« back to all changes in this revision

Viewing changes to lasso/saml-2.0/logout.c

  • Committer: Package Import Robot
  • Author(s): Frederic Peters
  • Date: 2012-04-02 17:31:31 UTC
  • mfrom: (1.1.10) (7.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120402173131-b31061tenxff75tf
Tags: 2.3.6-2
Fix building against glib 2.32 (closes: #665565, #666636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
374
374
 
375
375
        /* only if asked we report, otherwise we do not care */
376
376
        if (profile->signature_status && lasso_profile_get_signature_verify_hint(profile) ==
377
 
                        LASSO_PROFILE_SIGNATURE_HINT_FORCE)
 
377
                        (LassoProfileSignatureVerifyHint)LASSO_PROFILE_SIGNATURE_HINT_FORCE)
378
378
        {
379
379
                goto_cleanup_with_rc(profile->signature_status);
380
380
        }