From bee3c827351db92ee910af9fc2fc0758d88ac29f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 22 May 2001 16:24:39 +0000 Subject: [PATCH] fixed undefined symbol on Solaris --- src/rsrv/camessage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rsrv/camessage.c b/src/rsrv/camessage.c index 9e20161a1..40e56cc54 100644 --- a/src/rsrv/camessage.c +++ b/src/rsrv/camessage.c @@ -1568,7 +1568,7 @@ LOCAL int write_notify_action ( caHdrLargeArray *mp, const void *pPayload, FALSE, /* net -> host format */ mp->m_count); #else - memcpy(pciu->pPutNotify->dbPutNotify.pbuffer, pPayLoad, size); + memcpy(pciu->pPutNotify->dbPutNotify.pbuffer, pPayload, size); #endif status = dbPutNotifyMapType(&pciu->pPutNotify->dbPutNotify, mp->m_dataType); if(status){