diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-11 14:02:12 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-11 14:02:12 +0300 |
commit | 62f1ed90b8342224011eaef5b3369e436f60136f (patch) | |
tree | f282e24b60366ebcf7e52c6a671bf28e0956958e /rpmio | |
parent | 6a51e2f49f4f23d97363b081f1a56c2e08a49ec1 (diff) | |
download | librpm-tizen-62f1ed90b8342224011eaef5b3369e436f60136f.tar.gz librpm-tizen-62f1ed90b8342224011eaef5b3369e436f60136f.tar.bz2 librpm-tizen-62f1ed90b8342224011eaef5b3369e436f60136f.zip |
Ifdef unused http timeout setting to future..
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmdav.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmio/rpmdav.c b/rpmio/rpmdav.c index 936b44e78..1f3d3cc51 100644 --- a/rpmio/rpmdav.c +++ b/rpmio/rpmdav.c @@ -49,8 +49,11 @@ #else #define TIMEOUT_SECS 5 #endif + +#ifdef NOTYET /*@unchecked@*/ static int httpTimeoutSecs = TIMEOUT_SECS; +#endif /** * Wrapper to free(3), hides const compilation noise, permit NULL, return NULL. |