Skip to content

Commit e089b1a

Browse files
RemovedRepCopyFunction
1 parent 82ff693 commit e089b1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NVPClient/NVPClient.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,10 +660,10 @@ int runTransaction(INVPTransactionProcessorProxy *proxy, CybsMap *configMap, std
660660
char *responseMsg = "\0";
661661
responseMsg = proxy->soap->msgbuf;
662662

663-
wstring repCopy(rep);
663+
//wstring repCopy(rep);
664664

665665
if (status == SOAP_OK) {
666-
if(rep != NULL && repCopy.size() > 0)
666+
//if(rep != NULL && repCopy.size() > 0)
667667
resMap = convertStringtoMap(rep);
668668

669669
if (cfg.isLogEnabled)

0 commit comments

Comments
 (0)