FreeBSD Bugzilla – Attachment 27711 Details for
Bug 46902
Error with mount_smbfs and 15 Char Netbios Names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 376 bytes, created by
Ulrich Kiermayr
on 2003-01-09 19:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ulrich Kiermayr
Created:
2003-01-09 19:40:01 UTC
Size:
376 bytes
patch
obsolete
>--- ctx.c Sun Aug 18 15:41:01 2002 >+++ ctx.c.new Thu Jan 9 20:26:04 2003 >@@ -274,7 +274,7 @@ > int > smb_ctx_setserver(struct smb_ctx *ctx, const char *name) > { >- if (strlen(name) >= SMB_MAXSRVNAMELEN) { >+ if (strlen(name) > SMB_MAXSRVNAMELEN) { > smb_error("server name '%s' too long", 0, name); > return ENAMETOOLONG; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 46902
: 27711