소스 검색

Forgot to set a header field

Ian Goldberg 5 년 전
부모
커밋
5035a1104b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pirclient.cc

+ 1 - 0
pirclient.cc

@@ -97,6 +97,7 @@ PIRClient::mainloop()
                 memmove(&queryid, body, sizeof(queryid));
                 string pirresponse(body+8, bodylen-8);
                 string plainresponse;
+                header[8] = PIRCLIENT_RESPONSE_EXTRACT;
                 if (extract(queryid, pirresponse, plainresponse)) {
                     response_len = plainresponse.length();
                 } else {