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);
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to