summaryrefslogtreecommitdiff
path: root/nss_tacplus.c
diff options
context:
space:
mode:
authorDave Olson <olson@cumulusnetworks.com>2017-05-23 19:01:32 -0700
committerDave Olson <olson@cumulusnetworks.com>2017-05-23 19:01:32 -0700
commit42330b84d2c146abb1b3118670d25f24f9a2b23d (patch)
tree2028e21ab859c98e164b548f78b0db296ee851d7 /nss_tacplus.c
parent957489a8455daa69d03fdfef7d3f4c19b1499157 (diff)
downloadlibnss-tacplus-42330b84d2c146abb1b3118670d25f24f9a2b23d.tar.gz
libnss-tacplus-42330b84d2c146abb1b3118670d25f24f9a2b23d.zip
Removed trailing whitespace
Diffstat (limited to 'nss_tacplus.c')
-rw-r--r--nss_tacplus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss_tacplus.c b/nss_tacplus.c
index 201b329..82d5902 100644
--- a/nss_tacplus.c
+++ b/nss_tacplus.c
@@ -140,7 +140,7 @@ static int nss_tacplus_config(int *errnop, const char *cfile, int top)
cst = &lastconf[i];
if(!cst->st_ino || !cfilelist[i]) /* end of files */
return conf_parsed == 2 ? 0 : 1;
- if (stat(cfilelist[i], &st) || st.st_ino != cst->st_ino ||
+ if (stat(cfilelist[i], &st) || st.st_ino != cst->st_ino ||
st.st_mtime != cst->st_mtime || st.st_ctime != cst->st_ctime)
break; /* found removed or different file, so re-parse */
}