Commit e3b4af47 authored by Steve French's avatar Steve French

Remove unneeded debug statement

parent c1500d96
...@@ -956,7 +956,6 @@ ipv4_connect(struct sockaddr_in *psin_server, struct socket **csocket) ...@@ -956,7 +956,6 @@ ipv4_connect(struct sockaddr_in *psin_server, struct socket **csocket)
smb_buf->smb_buf_length = 0x81000044; smb_buf->smb_buf_length = 0x81000044;
rc = smb_send(*csocket, smb_buf, 0x44, rc = smb_send(*csocket, smb_buf, 0x44,
(struct sockaddr *)psin_server); (struct sockaddr *)psin_server);
printk("cifs: rfc1001_send rc = %d\n",rc); /* BB removeme */
kfree(ses_init_buf); kfree(ses_init_buf);
} }
/* else the negprot may still work without this /* else the negprot may still work without this
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment