summaryrefslogtreecommitdiffstats
path: root/sss_client
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-03-10 17:11:09 -0400
committerSimo Sorce <ssorce@redhat.com>2009-03-10 17:26:55 -0400
commite1fec92189677bc2f9ba5259cbf0c1604d94a01c (patch)
tree11ba59b95c98a70a0b6e79ef871ccb3512ebc6f1 /sss_client
parent1659fa967dfad93fc4aed48eb7180b3526d12a44 (diff)
downloadsssd-e1fec92189677bc2f9ba5259cbf0c1604d94a01c.tar.gz
sssd-e1fec92189677bc2f9ba5259cbf0c1604d94a01c.tar.xz
sssd-e1fec92189677bc2f9ba5259cbf0c1604d94a01c.zip
Remove unexisting left over headersssd-0_2_1
Also bump up the version as this error prevented a successful build of 0.2.0
Diffstat (limited to 'sss_client')
-rw-r--r--sss_client/configure.ac2
-rw-r--r--sss_client/pam_sss.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/sss_client/configure.ac b/sss_client/configure.ac
index 8572311d0..5d3bb0cf3 100644
--- a/sss_client/configure.ac
+++ b/sss_client/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.50)
-AC_INIT(nss_sss, 0.2.0)
+AC_INIT(nss_sss, 0.2.1)
AC_CONFIG_HEADER(config.h)
AC_LIBREPLACE_ALL_CHECKS
diff --git a/sss_client/pam_sss.c b/sss_client/pam_sss.c
index f045602b4..7f854f956 100644
--- a/sss_client/pam_sss.c
+++ b/sss_client/pam_sss.c
@@ -12,7 +12,6 @@
#include <security/pam_misc.h>
#include "sss_cli.h"
-#include "sss/responder.h"
struct pam_items {
const char* pam_service;