X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsendcommand.c;h=a77c8a8eb4ef390ff401ae468a8699d01e2ec659;hb=7a65130ea2a5be56603233ba7b8d230691f604a0;hp=001a4b1dcdbe24334d0a3b98e764f0fd34c08cfd;hpb=3cfffe2479a77433a5e0801d24b902b33b0078f3;p=citadel.git diff --git a/citadel/utils/sendcommand.c b/citadel/utils/sendcommand.c index 001a4b1dc..a77c8a8eb 100644 --- a/citadel/utils/sendcommand.c +++ b/citadel/utils/sendcommand.c @@ -1,7 +1,7 @@ /* * Command-line utility to transmit a server command. * - * 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. @@ -27,7 +27,7 @@ #include #include #include "citadel.h" -#include "include/citadel_dirs.h" +#include "citadel_dirs.h" #include int serv_sock = (-1); @@ -168,8 +168,6 @@ int main(int argc, char **argv) } } - calc_dirs_n_files(relh, home, relhome, ctdldir, 0); - fprintf(stderr, "sendcommand: started (pid=%d) connecting to Citadel server at %s\n", (int) getpid(), file_citadel_admin_socket