X-Git-Url: http://git.tuebingen.mpg.de/?p=adu.git;a=blobdiff_plain;f=create.c;h=65567e03ee592065cfd4126ac6398b8890dd71e6;hp=a5bd29810539e79a24d45fa6a287a0f644771e93;hb=e302759338931fca58ee2497dbcc7c86ef6963bf;hpb=e584cd6d5a3782ddeb6640f69534ab1664da2605 diff --git a/create.c b/create.c index a5bd298..65567e0 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" @@ -151,6 +151,11 @@ out: return ret; } +/** + * The main function of the create mode. + * + * \return Standard. + */ int com_create(void) { uint64_t zero = 0ULL; @@ -172,6 +177,5 @@ int com_create(void) goto out; ret = write_uid_file(); out: - close_all_tables(); return ret; }