#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:
Johan Danielsson
1998-03-26 03:20:22 +00:00
parent 66979a32a2
commit 12f83856aa

View File

@@ -375,6 +375,7 @@ main(int argc, char **argv)
/* reply(220,) must follow */
}
gethostname(hostname, sizeof(hostname));
#if 0
#ifdef KRB5
reply(220, "%s FTP server (%s+%s) ready.", hostname,
version, heimdal_version);
@@ -384,6 +385,8 @@ main(int argc, char **argv)
#else
reply(220, "%s FTP server (%s) ready.", hostname, version);
#endif
#endif
reply(220, "%s FTP server (%s) ready.", hostname, version);
setjmp(errcatch);
for (;;)
yyparse();