summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2008-07-18 09:55:09 -0700
committerRob Crittenden <rcrit@ipa.greyoak.com>2008-07-18 13:11:21 -0400
commit72a3114a01d0c67cf3b8faf7b28da93e8a6f2de3 (patch)
tree324e4e659c8ff1d935ed53545a03d2e39343a19d
parent2301f606528e731c831d02a58a0d4914dbb662ba (diff)
downloadfreeipa-72a3114a01d0c67cf3b8faf7b28da93e8a6f2de3.tar.gz
freeipa-72a3114a01d0c67cf3b8faf7b28da93e8a6f2de3.tar.xz
freeipa-72a3114a01d0c67cf3b8faf7b28da93e8a6f2de3.zip
Cleaned up comments that were mangled by vim
-rw-r--r--ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c b/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c
index 4898baa3b..3baf2f6cf 100644
--- a/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c
+++ b/ipa-server/ipa-slapi-plugins/ipa-memberof/ipa-memberof.c
@@ -95,14 +95,14 @@ typedef struct _memberof_get_groups_data
/****** secrets *********/
#ifndef SLAPI_TASK_PUBLIC
/*from FDS slap.h
- * * until we get a proper api for access
- * */
+ * until we get a proper api for access
+ */
#define TASK_RUNNING_AS_TASK 0x0
/******************************************************************************
- * * Online tasks interface (to support import, export, etc)
- * * After some cleanup, we could consider making these public.
- * */
+ * Online tasks interface (to support import, export, etc)
+ * After some cleanup, we could consider making these public.
+ */
struct _slapi_task {
struct _slapi_task *next;
char *task_dn;
@@ -130,8 +130,8 @@ static void slapi_task_set_data(Slapi_Task *task, void *data)
}
/*
- * * Retrieve some opaque task specific data from the task.
- * */
+ * Retrieve some opaque task specific data from the task.
+ */
static void * slapi_task_get_data(Slapi_Task *task)
{
if (task) {