aboutsummaryrefslogtreecommitdiffstats
path: root/daemon/mutatorclient.c
diff options
context:
space:
mode:
authoruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
committeruser1 <user1@ubuntu>2017-04-04 04:41:17 +0000
commit30427d6c8d406dfe6d1abaa98f05cf0e667035b0 (patch)
treeb41c4ae3238a05093917cc5517a643b993b787c0 /daemon/mutatorclient.c
parentthese are a version of testFunc1.c/h translated to SaferCPlusPlus for (diff)
parentadded pointer declrefexpr tagging for safercpp (diff)
downloadmutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.tar.gz
mutator-30427d6c8d406dfe6d1abaa98f05cf0e667035b0.zip
Merge branch 'master' of https://github.com/bloodstalker/mutator.git
Diffstat (limited to '')
-rw-r--r--daemon/mutatorclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/mutatorclient.c b/daemon/mutatorclient.c
index 2b61d96..1cbfd0a 100644
--- a/daemon/mutatorclient.c
+++ b/daemon/mutatorclient.c
@@ -97,14 +97,14 @@ int main(int argc, char *argv[])
fflush(stdin);
#if defined(__DBG)
- puts("checkpoint 1");
+ puts("checkpoint 11");
#endif
/*recieve a reply from the server*/
recvlength = recv(sock, server_reply, 2000, 0);
#if defined(__DBG)
- puts("checkpoint 2");
+ puts("checkpoint 12");
#endif
if (recvlength < 0)