remove accidentally committed code that prints the command being
executed git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12213 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999 - 2002 Kungliga Tekniska H<>gskolan
|
||||
* Copyright (c) 1999 - 2003 Kungliga Tekniska H<>gskolan
|
||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||
* All rights reserved.
|
||||
*
|
||||
@@ -544,12 +544,6 @@ main(int argc, char **argv)
|
||||
if (ok == 4)
|
||||
krb_start_session();
|
||||
#endif
|
||||
{
|
||||
char **p;
|
||||
for(p = args; *p; p++)
|
||||
printf("%s ", *p);
|
||||
printf("\n");
|
||||
}
|
||||
execv(shell, args);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user