]> arthur.barton.de Git - netatalk.git/commitdiff
Fix so papd actually prints the version instead of "VERSION". Oops!
authormorgana <morgana>
Tue, 12 Mar 2002 17:06:49 +0000 (17:06 +0000)
committermorgana <morgana>
Tue, 12 Mar 2002 17:06:49 +0000 (17:06 +0000)
etc/papd/queries.c

index a79131e28ce5c129d2d00a0dc5917942809f214d..279c0d1e184ce2cde4cab4942a23fe3c2d82535c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: queries.c,v 1.13 2002-02-15 16:15:21 morgana Exp $
+ * $Id: queries.c,v 1.14 2002-03-12 17:06:49 morgana Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -255,7 +255,7 @@ int gq_balance( out )
  * Handler for RBISpoolerID
  */
 
-static const char *spoolerid = "(PAPD Spooler) VERSION\n";
+static const char *spoolerid = "(PAPD Spooler) " VERSION "\n";
 
 int gq_rbispoolerid( out )
     struct papfile     *out;