X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famflock.c;h=9fe27c7c575397c2e1878c3ef92b524b4bc9dcb0;hb=cb8e943df4defb25d0362567131dc31fc0ab238e;hp=528f7782eee66cf7c74f948618d6343f22be8781;hpb=bde83ad58d800ae004caccab6531234272181da2;p=debian%2Famanda diff --git a/common-src/amflock.c b/common-src/amflock.c index 528f778..9fe27c7 100644 --- a/common-src/amflock.c +++ b/common-src/amflock.c @@ -24,7 +24,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: amflock.c,v 1.17.4.6.6.1.2.2 2005/10/06 17:26:36 martinea Exp $ + * $Id: amflock.c,v 1.27 2005/10/06 17:26:21 martinea Exp $ * * file locking routines, put here to hide the system dependant stuff * from the rest of the code @@ -284,7 +284,7 @@ int op; /* true to lock; false to unlock */ /* lock the resource */ - ap_snprintf(pid_str, sizeof(pid_str), "%ld", mypid); + snprintf(pid_str, sizeof(pid_str), "%ld", mypid); tlockfile = vstralloc(AMANDA_TMPDIR, "am", res, ".", pid_str, NULL); (void)create_lock(tlockfile, mypid);