Don't announce spn if there is non.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18175 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-09-25 23:33:54 +00:00
parent 3cf6b97bbf
commit 77a889cd29

View File

@@ -637,11 +637,11 @@ HandleOP(Verify)
static int
HandleOP(GetVersionAndCapabilities)
{
int32_t cap = ISSERVER | HAS_MONIKER;
int32_t cap = HAS_MONIKER;
char name[256] = "unknown", *str;
if (targetname)
cap |= 0x1; /* is server */
cap |= ISSERVER; /* is server */
#ifdef HAVE_UNAME
{