Fixed compiler error when HAVE_KRB5 not defined.
authorTim Potter <tpot@samba.org>
Wed, 18 Sep 2002 01:40:13 +0000 (01:40 +0000)
committerTim Potter <tpot@samba.org>
Wed, 18 Sep 2002 01:40:13 +0000 (01:40 +0000)
(This used to be commit 66c2e25079b348188abd48868300771b1e49fff3)

source3/libsmb/clikrb5.c

index 22bfdc046330cd621130f3fe3b1b0ed147e28e68..e7143d065d71e41beaa5e93e52fbed223a736d10 100644 (file)
@@ -154,7 +154,7 @@ failed:
 
 #else /* HAVE_KRB5 */
  /* this saves a few linking headaches */
- DATA_BLOB krb5_get_ticket(char *principal)
+ DATA_BLOB krb5_get_ticket(char *principal, time_t time_offset)
  {
         DEBUG(0,("NO KERBEROS SUPPORT\n"));
         return data_blob(NULL, 0);