The Samba-Bugzilla – Attachment 4258 Details for
Bug 6449
net rap user add crashes without -C option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.4
0001-Fix-bug-6449.patch (text/plain), 868 bytes, created by
Volker Lendecke
on 2009-06-08 02:56:51 UTC
(
hide
)
Description:
Patch for 3.4
Filename:
MIME Type:
Creator:
Volker Lendecke
Created:
2009-06-08 02:56:51 UTC
Size:
868 bytes
patch
obsolete
>From 95e48e302d02571fbf8f96db936426e24c0935d1 Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Mon, 8 Jun 2009 09:45:21 +0200 >Subject: [PATCH] Fix bug 6449 > >Thanks to TAKAHASHI Motonobu <monyo@samba.gr.jp> for reporting! >--- > source3/utils/net_rap.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c >index dd757ab..573f18d 100644 >--- a/source3/utils/net_rap.c >+++ b/source3/utils/net_rap.c >@@ -822,7 +822,7 @@ static int rap_user_add(struct net_context *c, int argc, const char **argv) > > userinfo.userflags = c->opt_flags; > userinfo.reserved1 = '\0'; >- userinfo.comment = smb_xstrdup(c->opt_comment); >+ userinfo.comment = smb_xstrdup(c->opt_comment ? c->opt_comment : ""); > userinfo.priv = 1; > userinfo.home_dir = NULL; > userinfo.logon_script = NULL; >-- >1.5.5 >
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 Raw
Actions:
View
Attachments on
bug 6449
:
4255
| 4258 |
4259
|
4260
|
4261