X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Futils%2Fchkpw.c;h=9691b734336376dd11a7eacf92422d371d70055a;hp=2270646381641285d32aa0341cd1bf751b531bbc;hb=a520d904d0069654c57d2b69618bee1225ee3067;hpb=373b01806f2c2949b86b0ef83b28e15d38af5ee6 diff --git a/citadel/utils/chkpw.c b/citadel/utils/chkpw.c index 227064638..9691b7343 100644 --- a/citadel/utils/chkpw.c +++ b/citadel/utils/chkpw.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2012 by the citadel.org team + * Copyright (c) 1987-2021 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -115,8 +115,6 @@ int main(int argc, char **argv) { int uid; char ctdldir[PATH_MAX]=CTDLDIR; - calc_dirs_n_files(0,0,"", ctdldir, 0); - printf("\n\n ** host auth mode test utility **\n\n"); start_chkpwd_daemon();