SOURCES: pwdutils-slp.patch (NEW) - build fix

qboosh qboosh at pld-linux.org
Mon Jul 18 19:31:50 CEST 2005


Author: qboosh                       Date: Mon Jul 18 17:31:50 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- build fix

---- Files affected:
SOURCES:
   pwdutils-slp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pwdutils-slp.patch
diff -u /dev/null SOURCES/pwdutils-slp.patch:1.1
--- /dev/null	Mon Jul 18 19:31:50 2005
+++ SOURCES/pwdutils-slp.patch	Mon Jul 18 19:31:45 2005
@@ -0,0 +1,14 @@
+--- pwdutils-3.0.2/src/pam_rpasswd.c.orig	2005-07-13 23:31:57.000000000 +0200
++++ pwdutils-3.0.2/src/pam_rpasswd.c	2005-07-18 19:29:30.733607496 +0200
+@@ -524,9 +524,9 @@
+ #ifdef USE_SLP
+   if (used_slp)
+     {
+-      char *descr;
++      char *hostp, *portp, *descr;
+ 
+-      query_slp (&hostp, &portp, &descr);
++      query_slp (pamh, &hostp, &portp, &descr);
+       if (options->port != NULL && strcmp (options->port, "rpasswd") != 0)
+ 	PRINTF (STD_HANDLE, _("SLP: Found Server on %s, port %s"),
+ 		options->host, options->port);
================================================================



More information about the pld-cvs-commit mailing list