Fix the structure of stk_subaddress
authorYang Gu <yang.gu@intel.com>
Tue, 16 Mar 2010 10:01:37 +0000 (18:01 +0800)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 16 Mar 2010 20:30:06 +0000 (15:30 -0500)
src/stkutil.h

index b59c9f0..b408f38 100644 (file)
@@ -286,7 +286,7 @@ struct stk_address {
  */
 struct stk_subaddress {
        unsigned char len;
-       unsigned char *subaddr[23];
+       unsigned char subaddr[23];
 };
 
 /*