Fixed old comment.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@704 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-01 03:38:55 +00:00
parent 83290cb18a
commit 7e99f10030

View File

@@ -372,7 +372,7 @@ main(int argc, char **argv)
data_source.sin_port = htons(ntohs(ctrl_addr.sin_port) - 1); data_source.sin_port = htons(ntohs(ctrl_addr.sin_port) - 1);
debug = 0; debug = 0;
/* set this here so klogin can use it... */ /* set this here so it can be put in wtmp */
sprintf(ttyline, "ftp%d", getpid()); sprintf(ttyline, "ftp%d", getpid());
@@ -386,7 +386,8 @@ main(int argc, char **argv)
/* Try to handle urgent data inline */ /* Try to handle urgent data inline */
#ifdef SO_OOBINLINE #ifdef SO_OOBINLINE
if (setsockopt(0, SOL_SOCKET, SO_OOBINLINE, (char *)&on, sizeof(on)) < 0) if (setsockopt(0, SOL_SOCKET, SO_OOBINLINE, (char *)&on,
sizeof(on)) < 0)
syslog(LOG_ERR, "setsockopt: %m"); syslog(LOG_ERR, "setsockopt: %m");
#endif #endif