mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Remove reference to no longer existant 'debug' function
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@176 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
24b37ca6c6
commit
64db4be355
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ setproctitle(const char *fmt, ...)
|
|||
pst.pst_command = buf;
|
||||
pstat(PSTAT_SETCMD, pst, strlen(buf), 0, 0);
|
||||
#elif SPT_TYPE == SPT_REUSEARGV
|
||||
/* debug("setproctitle: copy \"%s\" into len %d",
|
||||
/* message("setproctitle: copy \"%s\" into len %d",
|
||||
buf, argv_env_len); */
|
||||
len = strlcpy(argv_start, buf, argv_env_len);
|
||||
for(; len < argv_env_len; len++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue