On Thu, 28 Sep 2006, Venkat Yekkirala wrote:
> +static inline void security_skb_classify_ipcm(struct sk_buff *skb,
> + struct ipcm_cookie *ipc)
> +{
> + ipc->secid = 0;
> + ipc->secid = skb->secmark;
> +}You don't need the assignment to 0. - James -- James Morris <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
