diff options
Diffstat (limited to 'src/protosetup.c')
-rw-r--r-- | src/protosetup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protosetup.c b/src/protosetup.c index 2aab6d9..a42b1a4 100644 --- a/src/protosetup.c +++ b/src/protosetup.c @@ -229,7 +229,7 @@ IceProtocolSetup ( else /* reply.type == ICE_PROTOCOL_ERROR */ { /* Protocol Setup failed */ - + strncpy (errorStringRet, reply.protocol_error.error_message, errorLength); @@ -251,7 +251,7 @@ IceProtocolSetup ( *minorVersionRet = versionRec->minor_version; *vendorRet = reply.protocol_reply.vendor; *releaseRet = reply.protocol_reply.release; - + /* * Increase the reference count for the number of active protocols. |