From 92dc1f40c8241e980ade3db68ddc131230f266b3 Mon Sep 17 00:00:00 2001 From: Pallavi Jha Date: Jan 07 2014 09:58:28 +0000 Subject: permament is corrected to permanent --- diff --git a/src/responder/common/negcache.c b/src/responder/common/negcache.c index 5d82e52..d49a56d 100644 --- a/src/responder/common/negcache.c +++ b/src/responder/common/negcache.c @@ -26,7 +26,6 @@ #include #include #include "tdb.h" -#include "responder/common/negcache.h" #define NC_ENTRY_PREFIX "NCE/" #define NC_USER_PREFIX NC_ENTRY_PREFIX"USER" @@ -583,7 +582,7 @@ done: return 0; } -int sss_ncache_reset_permament(struct sss_nc_ctx *ctx) +int sss_ncache_reset_permanent(struct sss_nc_ctx *ctx) { int ret; diff --git a/src/responder/common/negcache.h b/src/responder/common/negcache.h index b8d385a..00f979d 100644 --- a/src/responder/common/negcache.h +++ b/src/responder/common/negcache.h @@ -67,7 +67,7 @@ int sss_ncache_set_service_port(struct sss_nc_ctx *ctx, bool permanent, struct sss_domain_info *dom, uint16_t port, const char *proto); -int sss_ncache_reset_permament(struct sss_nc_ctx *ctx); +int sss_ncache_reset_permanent(struct sss_nc_ctx *ctx); /* Set up the negative cache with values from filter_users and * filter_groups in the sssd.conf