Fixed get so it doesnt try ACK request types

This commit is contained in:
Marty Kraimer
1994-11-14 21:01:53 +00:00
parent 4ae4145b9e
commit f2d167920c
+1 -1
View File
@@ -161,7 +161,7 @@ char *pname;
/*
* fetch as each type
*/
for(i=0; i<=LAST_BUFFER_TYPE; i++){
for(i=0; i<=DBR_CTRL_DOUBLE; i++){
if(ca_field_type(chan_id)==0) {
if( (i!=DBR_STRING)
&& (i!=DBR_STS_STRING)