diff options
Diffstat (limited to 'kadmin/test_util.c')
| -rw-r--r-- | kadmin/test_util.c | 30 | 
1 files changed, 14 insertions, 16 deletions
| diff --git a/kadmin/test_util.c b/kadmin/test_util.c index 0f59f60782e7..56e4d1149441 100644 --- a/kadmin/test_util.c +++ b/kadmin/test_util.c @@ -1,18 +1,18 @@  /* - * Copyright (c) 2006 Kungliga Tekniska Högskolan - * (Royal Institute of Technology, Stockholm, Sweden).  - * All rights reserved.  + * Copyright (c) 2006 Kungliga Tekniska Högskolan + * (Royal Institute of Technology, Stockholm, Sweden). + * All rights reserved.   * - * Redistribution and use in source and binary forms, with or without  - * modification, are permitted provided that the following conditions  - * are met:  + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met:   * - * 1. Redistributions of source code must retain the above copyright  - *    notice, this list of conditions and the following disclaimer.  + * 1. Redistributions of source code must retain the above copyright + *    notice, this list of conditions and the following disclaimer.   * - * 2. Redistributions in binary form must reproduce the above copyright  - *    notice, this list of conditions and the following disclaimer in the  - *    documentation and/or other materials provided with the distribution.  + * 2. Redistributions in binary form must reproduce the above copyright + *    notice, this list of conditions and the following disclaimer in the + *    documentation and/or other materials provided with the distribution.   *   * 3. Neither the name of KTH nor the names of its contributors may be   *    used to endorse or promote products derived from this software without @@ -32,8 +32,6 @@  #include "kadmin_locl.h" -RCSID("$Id: test_util.c 19486 2006-12-22 17:25:59Z lha $"); -  krb5_context context;  void *kadm_handle; @@ -60,13 +58,13 @@ test_time(void)  	if (ret != ts[i].ret) {  	    printf("%d: %d is wrong ret\n", i, ret);  	    errors++; -	}  +	}  	else if (t != ts[i].t) {  	    printf("%d: %d is wrong time\n", i, (int)t);  	    errors++;  	}      } -     +      return errors;  } @@ -89,4 +87,4 @@ main(int argc, char **argv)      return ret;  } -     + | 
