~ubuntu-branches/ubuntu/jaunty/freeradius/jaunty-updates

« back to all changes in this revision

Viewing changes to src/modules/rlm_sql/drivers/rlm_sql_sqlite/sql_sqlite.c

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-09-22 08:42:02 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20080922084202-eyjprg3z55481ha5
Tags: 2.1.0+dfsg-0ubuntu1
* New upstream release.
* Fixes FTBFS issue with new libtool.
* Fixes listen on random port. (LP: #261809)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  sql_sqlite.c
3
3
 *  freeradius
4
4
 *
5
 
 * Version:     $Id: sql_sqlite.c,v 1.4 2008/03/19 06:29:35 aland Exp $
 
5
 * Version:     $Id$
6
6
 *
7
7
 *   This program is free software; you can redistribute it and/or modify
8
8
 *   it under the terms of the GNU General Public License version 2 only, as published by
21
21
 */
22
22
 
23
23
#include <freeradius-devel/ident.h>
24
 
RCSID("$Id: sql_sqlite.c,v 1.4 2008/03/19 06:29:35 aland Exp $")
 
24
RCSID("$Id$")
25
25
 
26
26
#include <freeradius-devel/radiusd.h>
27
27