/*
Authors:
Jakub Hrozek <jhrozek@redhat.com>
Copyright (C) 2012 Red Hat
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
#include <errno.h>
#include <popt.h>
#include "sss_client/autofs/sss_autofs_private.h"
struct automtent {
const char *mapname;
};
{
void *ctx;
const char *mapname;
};
;
}
if (ret) {
}
if (!pc_key) {
do {
if (ret == 0) {
"getautomntent returned success but no data?\n");
goto end;
}
}
} while(ret == 0);
goto end;
}
} else {
} else if (ret != 0) {
goto end;
} else {
if (!value) {
"returned success but no data?\n");
goto end;
}
}
}
end:
if (ret) {
}
return 0;
}