From: Kevin Koch Date: Wed, 23 Jul 2008 18:42:29 +0000 (+0000) Subject: Don't show window when spawning server X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fkpkoch-ccapi;p=thirdparty%2Fkrb5.git Don't show window when spawning server TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/kpkoch-ccapi@20577 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ccapi/lib/win/OldCC/client.cxx b/src/ccapi/lib/win/OldCC/client.cxx index 13164bfc6d..abfbf282c1 100644 --- a/src/ccapi/lib/win/OldCC/client.cxx +++ b/src/ccapi/lib/win/OldCC/client.cxx @@ -197,8 +197,8 @@ DWORD find_server(Init::InitInfo& info, LPSTR endpoint) { CREATE_NEW_PROCESS_GROUP | CREATE_NEW_CONSOLE | NORMAL_PRIORITY_CLASS | - // CREATE_NO_WINDOW | - // DETACHED_PROCESS | /* KPK TODO: was set - restore */ + CREATE_NO_WINDOW | + DETACHED_PROCESS | 0 , NULL, // environment