diff -r 2c24e0d7a5d4 -r 1cdb9a551505 sbsv2/raptor/util/talon/talon.c --- a/sbsv2/raptor/util/talon/talon.c Mon Mar 01 00:55:33 2010 +0200 +++ b/sbsv2/raptor/util/talon/talon.c Mon Mar 01 00:59:44 2010 +0200 @@ -343,9 +343,6 @@ while (isspace(*recipe)) recipe++; - - - /* turn debugging on? */ char *debugstr=talon_getenv("TALON_DEBUG"); @@ -360,7 +357,6 @@ /* Make sure that the agent's hostname can be put into the host attribute */ char hostname[HOSTNAME_MAX]; int hostresult=0; - hostresult = gethostname(hostname, HOSTNAME_MAX-1); if (0 != hostresult)