Skip to content

Commit

Permalink
revert grid check to DV74
Browse files Browse the repository at this point in the history
  • Loading branch information
nriesland committed Nov 17, 2015
1 parent 33e0c10 commit 2dbfe3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rserve/src/Rserv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,11 +1384,11 @@ static void sendRespData(int s, int rsp, rlen_t len, void *buf) {
}

/* initial ID string */
/* added DV80 (DeployR version 8.0 to check grid nodes */
/* added DV74 (DeployR version 8.0 to check grid nodes */
#ifdef FORCE_V0100
char *IDstring="Rsrv0100QAP1R700\r\n\r\n----------\r\n";
#else
char *IDstring="Rsrv0103QAP1\r\n\r\n----------DV80\r\n";
char *IDstring="Rsrv0103QAP1\r\n\r\n----------DV74\r\n";
#endif

/* require authentication flag (default: no) */
Expand Down

0 comments on commit 2dbfe3a

Please sign in to comment.