]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- build fix
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jul 2005 17:31:45 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pwdutils-slp.patch -> 1.1

pwdutils-slp.patch [new file with mode: 0644]

diff --git a/pwdutils-slp.patch b/pwdutils-slp.patch
new file mode 100644 (file)
index 0000000..c152ea1
--- /dev/null
@@ -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);
This page took 0.035385 seconds and 4 git commands to generate.