diff --git a/library/socket_obtain_daemon.c b/library/socket_obtain_daemon.c index e01c3c2..bb40c0b 100644 --- a/library/socket_obtain_daemon.c +++ b/library/socket_obtain_daemon.c @@ -1,5 +1,5 @@ /* - * $Id: socket_obtain_daemon.c,v 1.2 2005-10-23 09:53:39 obarthel Exp $ + * $Id: socket_obtain_daemon.c,v 1.3 2005-10-23 11:58:12 obarthel Exp $ * * :ts=4 * @@ -104,10 +104,10 @@ __obtain_daemon_message(VOID) PROFILE_ON(); - /* If it's safe to call IsServerProcess(), ask if the + /* If it's safe to call ProcessIsServer(), ask if the "struct DaemonMessage" pointer is valid. If it's not, set the message pointer to NULL, ignoring it altogether. */ - if(have_server_api && NOT IsServerProcess()) + if(have_server_api && NOT __ProcessIsServer(NULL)) dm = NULL; }