Skip to content

Commit

Permalink
Copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Dec 8, 2014
1 parent 5afb80a commit ff4937c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
9 changes: 7 additions & 2 deletions src/modules/rlm_cache/rlm_cache.h
Expand Up @@ -13,13 +13,18 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/

/**
/*
* $Id$
* @file rlm_cache.h
* @brief Cache values and merge them back into future requests.
*
* @copyright 2014 The FreeRADIUS server project
* @copyright 2014 The FreeRADIUS server project
* @copyright 2014 Arran Cudbard-Bell <a.cudbardb@freeradius.org>
*/
RCSIDH(cache_h, "$Id$")

#include <freeradius-devel/radiusd.h>

typedef struct cache_module cache_module_t;

typedef void rlm_cache_handle_t;
Expand Down
3 changes: 2 additions & 1 deletion src/modules/rlm_cache/serialize.c
Expand Up @@ -166,7 +166,8 @@ int cache_deserialize(rlm_cache_entry_t *c, char *in, ssize_t inlen)
}

/*
* Convert literal to a type appropriate to the VP
* Convert literal to a type appropriate for
* the VP.
*/
if (!tmpl_cast_in_place(map->rhs, map->lhs->tmpl_da->type, map->lhs->tmpl_da)) goto error;

Expand Down

0 comments on commit ff4937c

Please sign in to comment.