summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/commands/users.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/eurephiadm/commands/users.c b/eurephiadm/commands/users.c
index 3b84a5d..8085b45 100644
--- a/eurephiadm/commands/users.c
+++ b/eurephiadm/commands/users.c
@@ -388,10 +388,6 @@ int show_user(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int
return 1;
}
free_nullsafe(ctx, res);
- } else {
- xmlFreeDoc(user_xml);
- fprintf(stderr, "%s: Unknown error\n", MODULE);
- return 2;
}
if( show_info & USERINFO_user ) {