X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore-src%2Famfetchdump.c;h=2253b60a92003d90c2047d9296535967ad888e59;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=fd1b783b6b6f753ad48713f6ba361e50d3ccd55d;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/restore-src/amfetchdump.c b/restore-src/amfetchdump.c index fd1b783..2253b60 100644 --- a/restore-src/amfetchdump.c +++ b/restore-src/amfetchdump.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: amfetchdump.c,v 1.16.2.2 2007/01/18 20:07:55 martinea Exp $ + * $Id: amfetchdump.c,v 1.16 2006/08/24 01:57:15 paddy_s Exp $ * * retrieves specific dumps from a set of amanda tapes */ @@ -273,7 +273,9 @@ main( char *e; int arg_state; rst_flags_t *rst_flags; +#ifdef FORCE_USERID struct passwd *pwent; +#endif int new_argc, my_argc; char **new_argv, **my_argv; @@ -322,7 +324,7 @@ main( onerror(errexit); - parse_server_conf(argc, argv, &new_argc, &new_argv); + parse_conf(argc, argv, &new_argc, &new_argv); my_argc = new_argc; my_argv = new_argv;