~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to src/main/util.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * util.c       Various utility functions.
3
3
 *
4
 
 * Version:     $Id: util.c,v 1.37.2.1 2005/07/14 17:53:36 nbk Exp $
 
4
 * Version:     $Id: util.c,v 1.37.2.1.2.1 2005/12/14 18:32:02 nbk Exp $
5
5
 *
6
6
 *   This program is free software; you can redistribute it and/or modify
7
7
 *   it under the terms of the GNU General Public License as published by
20
20
 * Copyright 2000  The FreeRADIUS server project
21
21
 */
22
22
 
23
 
static const char rcsid[] = "$Id: util.c,v 1.37.2.1 2005/07/14 17:53:36 nbk Exp $";
 
23
static const char rcsid[] = "$Id: util.c,v 1.37.2.1.2.1 2005/12/14 18:32:02 nbk Exp $";
24
24
 
25
25
#include "autoconf.h"
26
26
#include "libradius.h"
325
325
 *
326
326
 */
327
327
 
328
 
void rad_assert_fail (const char *file, unsigned int line)
 
328
void NEVER_RETURNS rad_assert_fail (const char *file, unsigned int line)
329
329
{
330
330
        radlog(L_ERR|L_CONS, "Assertion failed in %s, line %u", file, line);
331
331
        abort();