wbclient: Add wbcSetClientProcessName()
[samba.git] / nsswitch / libwbclient / wbc_util.c
index fc6a840cc716e2f8b9e3259cad2013682a72ae59..476ed50fa44b202de19cc0e7f72e0c7967faa45d 100644 (file)
@@ -894,3 +894,8 @@ done:
        wbcFreeMemory(blobs);
        return wbc_status;
 }
+
+void wbcSetClientProcessName(const char *name)
+{
+       winbind_set_client_name(name);
+}