svn rev #24082: trunk/src/kadmin/cli/ 
    ghudson@MIT.EDU 
    ghudson at MIT.EDU
       
    Fri May 21 15:08:41 EDT 2010
    
    
  
http://src.mit.edu/fisheye/changelog/krb5/?cs=24082
Commit By: ghudson
Log Message:
In getdate.y, remove an error check from r19656 which couldn't ever
trigger (Convert() does not use an error parameter).
Changed Files:
U   trunk/src/kadmin/cli/getdate.y
Modified: trunk/src/kadmin/cli/getdate.y
===================================================================
--- trunk/src/kadmin/cli/getdate.y	2010-05-21 19:03:45 UTC (rev 24081)
+++ trunk/src/kadmin/cli/getdate.y	2010-05-21 19:08:41 UTC (rev 24082)
@@ -968,8 +968,6 @@
 			yyMeridian, yyDSTmode);
 	if (Start < 0)
 	    return -1;
-	if (error != 0)
-	    return -1;
     }
     else {
 	Start = now->time;
    
    
More information about the cvs-krb5
mailing list