summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2008-12-17 22:49:08 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2008-12-17 22:49:08 +0100
commitf8789b292c8109bf0fb23796e751c34c8d43da66 (patch)
tree727da6f5cf78c43a6adf6d26f68858dfde80eade /eurephiadm
parent6c59358d8decc300d176e3eea5f46eaffe4be117 (diff)
downloadeurephia-f8789b292c8109bf0fb23796e751c34c8d43da66.tar.gz
eurephia-f8789b292c8109bf0fb23796e751c34c8d43da66.tar.xz
eurephia-f8789b292c8109bf0fb23796e751c34c8d43da66.zip
Added missing fieldMapping property (table="users")
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/commands/users.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index 9c10f6e..1b2caa8 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -308,6 +308,7 @@ int show_user(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int
assert((ctx != NULL) && (ctx->dbc != NULL) && (ctx->dbc->config != NULL));
eurephiaXML_CreateDoc(ctx, 1, "fieldMapping", &srch, &srch_root);
+ xmlNewProp(srch_root, (xmlChar *) "table", (xmlChar *)"users");
crit_set = 0;
for( i = 1; i < argc; i++ ) {