summaryrefslogtreecommitdiffstats
path: root/src/responder/autofs/autofs_private.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2012-02-23 14:49:38 +0100
committerStephen Gallagher <sgallagh@redhat.com>2012-02-23 20:53:46 -0500
commit5dfb1257f62839eea1c31669cf3bbcb114c22183 (patch)
tree7b90878c3e8c6296ac237b166201ecb3e7bc7728 /src/responder/autofs/autofs_private.h
parenta4421a4261f73718e6b4c18c7bb9f020255e15c7 (diff)
downloadsssd_unused-5dfb1257f62839eea1c31669cf3bbcb114c22183.tar.gz
sssd_unused-5dfb1257f62839eea1c31669cf3bbcb114c22183.tar.xz
sssd_unused-5dfb1257f62839eea1c31669cf3bbcb114c22183.zip
AUTOFS: Invoke implicit setautomntent if needed
https://fedorahosted.org/sssd/ticket/1167
Diffstat (limited to 'src/responder/autofs/autofs_private.h')
-rw-r--r--src/responder/autofs/autofs_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/responder/autofs/autofs_private.h b/src/responder/autofs/autofs_private.h
index 753089d2..b29b3bb0 100644
--- a/src/responder/autofs/autofs_private.h
+++ b/src/responder/autofs/autofs_private.h
@@ -37,6 +37,8 @@ struct autofs_ctx {
struct autofs_cmd_ctx {
struct cli_ctx *cctx;
char *mapname;
+ char *key;
+ uint32_t cursor;
bool check_next;
};