git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
664da57
)
Fix Coverity ID 853 (UNINIT) -- Kai, please check!
author
Volker Lendecke
<vl@samba.org>
Tue, 28 Apr 2009 10:24:26 +0000
(12:24 +0200)
committer
Volker Lendecke
<vl@samba.org>
Tue, 28 Apr 2009 10:26:20 +0000
(12:26 +0200)
source4/winbind/wb_irpc.c
patch
|
blob
|
history
diff --git
a/source4/winbind/wb_irpc.c
b/source4/winbind/wb_irpc.c
index 42f4e7c94b4625ec23c5383eb64e57c9b5ba2c5f..801c2e7dfa84656015f2688c5b0fe7ed39a2e9c3 100644
(file)
--- a/
source4/winbind/wb_irpc.c
+++ b/
source4/winbind/wb_irpc.c
@@
-132,6
+132,9
@@
static void wb_irpc_get_idmap_callback(struct composite_context *ctx)
case WINBIND_IDMAP_LEVEL_XIDS_TO_SIDS:
status = wb_xids2sids_recv(ctx, &s->req->out.ids);
break;
+ default:
+ status = NT_STATUS_INTERNAL_ERROR;
+ break;
}
irpc_send_reply(s->msg, status);