set_progname

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2184 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-12 14:38:20 +00:00
parent fc1918e7e4
commit fb88887095

View File

@@ -108,6 +108,8 @@ main (int argc, char **argv)
int verbose = 0;
int c;
set_progname (argv[0]);
while((c = getopt(argc, argv, "v")) != -1){
switch(c){
case 'v':