주식회사 누리아이티

정보자산의 보안강화를 위한 다계층 인증SW (BaroPAM) 전문기업.

▶ Tuxedo/오류 메시지(Tuxedo)

argument is incompatible with prototype: arg #4

누리아이티 2010. 6. 3. 21:48

현상 : Fget( (FBFR *)transf, A315PIN, 0, a315pin, 0 );
         "clstserv.c", line 433: argument is incompatible with prototype: arg #4
 

원인 : macro를 사용할 경우는 host변수에 .arr를 붙여주지 않은 경우에 발생
 

조치 : Fget( (FRFB *)transf, A315PIN, 0, a315pin.arr, 0 );
         a315pin.len = strlen( a315pin.arr );