X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=create.c;h=3a221ca58947eab378543717714593270a6ceb24;hb=3bb9b0ca535be1eb28b64972bdf0e205e6afc93e;hp=a5bd29810539e79a24d45fa6a287a0f644771e93;hpb=e584cd6d5a3782ddeb6640f69534ab1664da2605;p=adu.git diff --git a/create.c b/create.c index a5bd298..3a221ca 100644 --- a/create.c +++ b/create.c @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file create.c The create mode of adu. */ +/** \file create.c \brief The create mode of adu. */ #include /* readdir() */ #include "format.h" @@ -172,6 +172,5 @@ int com_create(void) goto out; ret = write_uid_file(); out: - close_all_tables(); return ret; }