=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/util.c,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- src/usr.bin/cvs/util.c 2006/01/25 11:19:51 1.68 +++ src/usr.bin/cvs/util.c 2006/01/27 12:56:28 1.69 @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.68 2006/01/25 11:19:51 xsa Exp $ */ +/* $OpenBSD: util.c,v 1.69 2006/01/27 12:56:28 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -675,10 +675,7 @@ if (strlcat(rpath, "/", sizeof(rpath)) >= sizeof(rpath)) fatal("cvs_create_dir: path truncation"); - if (cvs_mkadmin(d, root, rpath, NULL, NULL, 0) < 0) { - cvs_log(LP_ERR, "failed to create adm files"); - goto done; - } + cvs_mkadmin(d, root, rpath, NULL, NULL, 0); } /*