#if-0 indentification string.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4682 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -375,6 +375,7 @@ main(int argc, char **argv)
|
|||||||
/* reply(220,) must follow */
|
/* reply(220,) must follow */
|
||||||
}
|
}
|
||||||
gethostname(hostname, sizeof(hostname));
|
gethostname(hostname, sizeof(hostname));
|
||||||
|
#if 0
|
||||||
#ifdef KRB5
|
#ifdef KRB5
|
||||||
reply(220, "%s FTP server (%s+%s) ready.", hostname,
|
reply(220, "%s FTP server (%s+%s) ready.", hostname,
|
||||||
version, heimdal_version);
|
version, heimdal_version);
|
||||||
@@ -384,6 +385,8 @@ main(int argc, char **argv)
|
|||||||
#else
|
#else
|
||||||
reply(220, "%s FTP server (%s) ready.", hostname, version);
|
reply(220, "%s FTP server (%s) ready.", hostname, version);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
reply(220, "%s FTP server (%s) ready.", hostname, version);
|
||||||
setjmp(errcatch);
|
setjmp(errcatch);
|
||||||
for (;;)
|
for (;;)
|
||||||
yyparse();
|
yyparse();
|
||||||
|
Reference in New Issue
Block a user