...->user->name, db->name); 753 if ((db->fd = open(rcvfile, O_RDWR | O_CREAT, 0600)) < 0) 754 { 755 log_conn("failed to open rcvfile (PATH:%s, ERROR:%s)", rcvfile, strerror( 756 rc = CONN_RES_ERR(OPEN_FILE); 757 goto save_end; 758 }
...>user->name, db->name); 753 if ((db->fd = open(rcvfile, O_RDWR | O_CREAT, 0600)) < 0) 754 { 755 log_conn("failed to open rcvfile (PATH:%s, ERROR:%s)", rcvfile, strerror( 756 rc = CONN_RES_ERR(OPEN_FILE); 757 goto save_end; 758 }...