don't print our version in the greeting string
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11048 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,8 +64,7 @@ main (int argc, char **argv)
|
||||
pop_init(&p,argc,argv);
|
||||
|
||||
/* Tell the user that we are listenting */
|
||||
pop_msg(&p,POP_SUCCESS,
|
||||
"UCB based pop server (version %s at %s) starting.",VERSION,p.myhost);
|
||||
pop_msg(&p,POP_SUCCESS, "POP3 server ready");
|
||||
|
||||
/* State loop. The POP server is always in a particular state in
|
||||
which a specific suite of commands can be executed. The following
|
||||
|
Reference in New Issue
Block a user