Grant Limberg 1 주 전
부모
커밋
48ff61b392
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nonfree/controller/CentralDB.cpp

+ 1 - 1
nonfree/controller/CentralDB.cpp

@@ -1442,7 +1442,7 @@ void CentralDB::onlineNotificationThread()
 				std::string memberId(memTmp);
 
 				try {
-					pqxx::row r = w2.exec_params1(
+					pqxx::row r = w.exec_params1(
 						"SELECT device_id, network_id FROM network_memberships_ctl WHERE network_id = $1 AND device_id "
 						"= $2",
 						networkId, memberId);