summaryrefslogtreecommitdiff
path: root/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-05 15:21:43 +0100
committerKarolin Seeger <kseeger@samba.org>2008-03-06 09:14:41 +0100
commit7f80099e52f4c795bd4c23fd073bde975d2802a0 (patch)
treeca8ae6d68db627204cd3a5512fd6eb2170f8284e /source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
parentf9e85e579cac2546fe201a5e015a8d60bd6ace28 (diff)
downloadsamba-7f80099e52f4c795bd4c23fd073bde975d2802a0.tar.gz
samba-7f80099e52f4c795bd4c23fd073bde975d2802a0.tar.bz2
samba-7f80099e52f4c795bd4c23fd073bde975d2802a0.zip
Give a better error message why NetServerSetInfo() may fail in the gui.
Guenther (cherry picked from commit 1bbbebb7767b8a25532e8be3dbd274c211e34bbd) (This used to be commit 370d030b227486ba87a98f4f6e8920f52f743a94)
Diffstat (limited to 'source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c')
-rw-r--r--source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
index 73b14d4d87..a3719c7442 100644
--- a/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
+++ b/source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c
@@ -154,7 +154,7 @@ static void callback_apply_description_change(GtkWidget *widget,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
"Failed to change computer description: %s.",
- libnetapi_errstr(status));
+ libnetapi_get_error_string(state->ctx, status));
g_signal_connect_swapped(dialog, "response",
G_CALLBACK(gtk_widget_destroy),
dialog);