From 4f0f7d9e96c15115acdbe79bc7a193a5bd933d90 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 29 Jan 2010 16:38:32 +0000 Subject: [PATCH] Monotone-Parent: 224ed448f4eb3f9944c656845445a2967b8aaf77 Monotone-Revision: 36d85c5cfc528d6707ef8237239439c77e52e478 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-29T16:38:32 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/SOGoCASSession.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/SOGo/SOGoCASSession.m b/SoObjects/SOGo/SOGoCASSession.m index 34b056ac4..6d6716454 100644 --- a/SoObjects/SOGo/SOGoCASSession.m +++ b/SoObjects/SOGo/SOGoCASSession.m @@ -381,6 +381,8 @@ andParameters: params]; identifier = [SOGoObject globallyUniqueObjectId]; [identifier retain]; + if (![pgt length]) + [self warnWithFormat: @"failure to obtain a PGT from the C.A.S. service"]; cacheUpdateNeeded = YES; }